From cca54bc44a4e91335bfc7d642dea2f82e94c067f Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 20 Dec 2024 13:53:59 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + base_m2m_custom_field/README.rst | 6 +++--- base_m2m_custom_field/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9d4a72c5dbe..b5e6d1dc8d4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [attachment_unindex_content](attachment_unindex_content/) | 18.0.1.0.0 | [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![ebirbe](https://github.com/ebirbe.png?size=30px)](https://github.com/ebirbe) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Disable indexing of attachments [base_cron_exclusion](base_cron_exclusion/) | 18.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Allow you to select scheduled actions that should not run simultaneously. [base_exception](base_exception/) | 18.0.1.0.0 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...) +[base_m2m_custom_field](base_m2m_custom_field/) | 18.0.1.0.0 | | Customizations of Many2many [base_partition](base_partition/) | 18.0.1.0.0 | | Base module that provide the partition method on all models [base_time_window](base_time_window/) | 18.0.1.0.0 | | Base model to handle time windows [base_view_inheritance_extension](base_view_inheritance_extension/) | 18.0.1.0.0 | | Adds more operators for view inheritance diff --git a/base_m2m_custom_field/README.rst b/base_m2m_custom_field/README.rst index 1b9762d3be9..9788d9bffc3 100644 --- a/base_m2m_custom_field/README.rst +++ b/base_m2m_custom_field/README.rst @@ -7,7 +7,7 @@ Base Many2many Custom Field !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a80ff8f410f004e0857dd991029c17b498da08dfb3695904ef4f5191a6c853fe + !! source digest: sha256:0da12a0e841c3d3885f9d16227cfc94eb100b29bb31f6fe7e0d5ebe2bef443a2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -125,8 +125,8 @@ Authors Contributors ------------ -- Akim Juillerat -- Tris Doan +- Akim Juillerat +- Tris Doan Maintainers ----------- diff --git a/base_m2m_custom_field/static/description/index.html b/base_m2m_custom_field/static/description/index.html index 47b403083e4..f267ce6b978 100644 --- a/base_m2m_custom_field/static/description/index.html +++ b/base_m2m_custom_field/static/description/index.html @@ -367,7 +367,7 @@

Base Many2many Custom Field

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a80ff8f410f004e0857dd991029c17b498da08dfb3695904ef4f5191a6c853fe +!! source digest: sha256:0da12a0e841c3d3885f9d16227cfc94eb100b29bb31f6fe7e0d5ebe2bef443a2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module adds a new Many2many custom field with a create_table diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index fc28e0e50af..bac71e05b5c 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-server-tools" -version = "18.0.20241203.0" +version = "18.0.20241220.0" dependencies = [ "odoo-addon-attachment_unindex_content==18.0.*", "odoo-addon-base_cron_exclusion==18.0.*", "odoo-addon-base_exception==18.0.*", + "odoo-addon-base_m2m_custom_field==18.0.*", "odoo-addon-base_partition==18.0.*", "odoo-addon-base_time_window==18.0.*", "odoo-addon-base_view_inheritance_extension==18.0.*",