From 190ff662b6e0b49c4b62999710876e5a78efb550 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 3 Oct 2024 10:49:22 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- pydantic/README.rst | 2 +- pydantic/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd25239f..66720928 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [fastapi](fastapi/) | 17.0.3.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Odoo FastAPI endpoint +[pydantic](pydantic/) | 17.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Utility addon to ease mapping between Pydantic and Odoo models Unported addons @@ -43,7 +44,6 @@ addon | version | maintainers | summary [graphql_base](graphql_base/) | 16.0.1.0.1 (unported) | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Base GraphQL/GraphiQL controller [graphql_demo](graphql_demo/) | 16.0.1.0.1 (unported) | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | GraphQL Demo [model_serializer](model_serializer/) | 15.0.1.2.0 (unported) | [![fdegrave](https://github.com/fdegrave.png?size=30px)](https://github.com/fdegrave) | Automatically translate Odoo models into Datamodels for (de)serialization -[pydantic](pydantic/) | 16.0.1.0.0 (unported) | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Utility addon to ease mapping between Pydantic and Odoo models [rest_log](rest_log/) | 15.0.1.0.0 (unported) | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Track REST API calls into DB [//]: # (end addons) diff --git a/pydantic/README.rst b/pydantic/README.rst index 6d1457a2..23c359d1 100644 --- a/pydantic/README.rst +++ b/pydantic/README.rst @@ -7,7 +7,7 @@ Pydantic !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:dfff59b19d2faa3595976c86a0480fc8f5b7112148ad7de50cccdb6faa610aa8 + !! source digest: sha256:63e7e15e47d64ac50e8e639eb39f516a9bf2320a6ef8b1ef925430ed259b5b73 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pydantic/static/description/index.html b/pydantic/static/description/index.html index e8083ea5..73184ca2 100644 --- a/pydantic/static/description/index.html +++ b/pydantic/static/description/index.html @@ -367,7 +367,7 @@

Pydantic

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:dfff59b19d2faa3595976c86a0480fc8f5b7112148ad7de50cccdb6faa610aa8 +!! source digest: sha256:63e7e15e47d64ac50e8e639eb39f516a9bf2320a6ef8b1ef925430ed259b5b73 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runboat

This addon provides a utility method that can be used to map odoo record diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 77b45575..b4b343f9 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-rest-framework" -version = "17.0.20240606.0" +version = "17.0.20241003.0" dependencies = [ "odoo-addon-fastapi>=17.0dev,<17.1dev", + "odoo-addon-pydantic>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",