diff --git a/README.md b/README.md index f89b5fcf6f..725b779491 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_technical_features](base_technical_features/) | 17.0.1.0.0 | | Access to technical features without activating debug mode [base_tier_validation](base_tier_validation/) | 17.0.1.0.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Implement a validation process based on tiers. +[base_tier_validation_formula](base_tier_validation_formula/) | 17.0.1.0.0 | | Formulas for Base tier validation [date_range](date_range/) | 17.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Manage all kind of date range [//]: # (end addons) diff --git a/base_tier_validation_formula/README.rst b/base_tier_validation_formula/README.rst index 7aebdf0459..65ffc8fed6 100644 --- a/base_tier_validation_formula/README.rst +++ b/base_tier_validation_formula/README.rst @@ -7,7 +7,7 @@ Base Tier Validation Formula !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:30cc4c107c35bd82290d5c45d91bed36c8ee05555a66524b8381fa67848c99ba + !! source digest: sha256:a7daf0b3e6a8c26e2563c4df52be0e09596c0fa7b618e19bb3212df4020e7ab1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/base_tier_validation_formula/static/description/index.html b/base_tier_validation_formula/static/description/index.html index 4ae1ab031e..4839931ef8 100644 --- a/base_tier_validation_formula/static/description/index.html +++ b/base_tier_validation_formula/static/description/index.html @@ -366,9 +366,9 @@

Base Tier Validation Formula

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

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

+

Mature License: AGPL-3 OCA/server-ux Translate me on Weblate Try me on Runboat

This module includes the ability to define the tier definition domain and the tier reviewers using python code.

Table of contents

@@ -432,7 +432,7 @@

Contributors

Other credits

-

The migration of this module from 16.0 to 17.0 was financially supported +

The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 36f30b4c4b..6d944c38dc 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-server-ux" -version = "17.0.20240110.0" +version = "17.0.20240125.0" dependencies = [ "odoo-addon-base_technical_features>=17.0dev,<17.1dev", "odoo-addon-base_tier_validation>=17.0dev,<17.1dev", + "odoo-addon-base_tier_validation_formula>=17.0dev,<17.1dev", "odoo-addon-date_range>=17.0dev,<17.1dev", ] classifiers=[