From 612f36eb5add07deafb111683d6c3f3427ed821b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 28 Oct 2023 13:04:58 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- datamodel/README.rst | 2 +- datamodel/__manifest__.py | 2 +- datamodel/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c538184f..bbd261bd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [base_rest_datamodel](base_rest_datamodel/) | 16.0.1.0.0 | | Datamodel binding for base_rest [base_rest_demo](base_rest_demo/) | 16.0.2.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Demo addon for Base REST [base_rest_pydantic](base_rest_pydantic/) | 16.0.2.0.1 | | Pydantic binding for base_rest -[datamodel](datamodel/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | This addon allows you to define simple data models supporting serialization/deserialization +[datamodel](datamodel/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | This addon allows you to define simple data models supporting serialization/deserialization [extendable](extendable/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Extendable classes registry loader for Odoo [extendable_fastapi](extendable_fastapi/) | 16.0.2.1.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Allows the use of extendable into fastapi apps [fastapi](fastapi/) | 16.0.1.2.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Odoo FastAPI endpoint diff --git a/datamodel/README.rst b/datamodel/README.rst index e8006e73..1209730e 100644 --- a/datamodel/README.rst +++ b/datamodel/README.rst @@ -7,7 +7,7 @@ Datamodel !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2db0b5f2f951f3868beca32ecbeb8b14dff6da200ae1f21f8d279987ca46ca35 + !! source digest: sha256:5411d4f742eb933a4d05f5f6e1784a7ddc042e7f22b1c08d535e225c306a6955 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/datamodel/__manifest__.py b/datamodel/__manifest__.py index af37c113..fbef3d49 100644 --- a/datamodel/__manifest__.py +++ b/datamodel/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ This addon allows you to define simple data models supporting serialization/deserialization""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "LGPL-3", "development_status": "Beta", "author": "ACSONE SA/NV, " "Odoo Community Association (OCA)", diff --git a/datamodel/static/description/index.html b/datamodel/static/description/index.html index 16acef4e..7b11ce83 100644 --- a/datamodel/static/description/index.html +++ b/datamodel/static/description/index.html @@ -367,7 +367,7 @@

Datamodel

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2db0b5f2f951f3868beca32ecbeb8b14dff6da200ae1f21f8d279987ca46ca35 +!! source digest: sha256:5411d4f742eb933a4d05f5f6e1784a7ddc042e7f22b1c08d535e225c306a6955 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This addon allows you to define simple data models supporting serialization/deserialization