diff --git a/README.md b/README.md index 917fb2d5df4..158b59d48a2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [auditlog](auditlog/) | 17.0.1.0.0 | | Audit Log [base_cron_exclusion](base_cron_exclusion/) | 17.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/) | 17.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_partition](base_partition/) | 17.0.1.0.0 | | Base module that provide the partition method on all models [base_technical_user](base_technical_user/) | 17.0.1.0.0 | | Add a technical user parameter on the company [base_view_inheritance_extension](base_view_inheritance_extension/) | 17.0.1.0.0 | | Adds more operators for view inheritance [database_cleanup](database_cleanup/) | 17.0.1.0.0 | | Database cleanup diff --git a/base_partition/README.rst b/base_partition/README.rst index 246081dc279..acd1f3c15d2 100644 --- a/base_partition/README.rst +++ b/base_partition/README.rst @@ -7,7 +7,7 @@ Base Partition !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e4c5f8a78bcdca1de229b69d2f149d1458e48cf28dad6ea4e5fdfdd047622cfc + !! source digest: sha256:fba12e8e67ae176d6ff5f8dea16da06622fd799802c7c15bde3be6899053b543 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_partition/static/description/index.html b/base_partition/static/description/index.html index f06ea4a1fb6..577250867d3 100644 --- a/base_partition/static/description/index.html +++ b/base_partition/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Base Partition

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

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

This module adds a partition(self, accessor) method to every model. It diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 6d74d5ade79..5cbee552e03 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-server-tools" -version = "17.0.20240423.0" +version = "17.0.20240423.1" dependencies = [ "odoo-addon-auditlog>=17.0dev,<17.1dev", "odoo-addon-base_cron_exclusion>=17.0dev,<17.1dev", "odoo-addon-base_exception>=17.0dev,<17.1dev", + "odoo-addon-base_partition>=17.0dev,<17.1dev", "odoo-addon-base_technical_user>=17.0dev,<17.1dev", "odoo-addon-base_view_inheritance_extension>=17.0dev,<17.1dev", "odoo-addon-database_cleanup>=17.0dev,<17.1dev",