diff --git a/README.md b/README.md index 8fe64b9931..b3a3482c06 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [base_revision](base_revision/) | 17.0.1.0.0 | | Keep track of revised document +[base_search_custom_field_filter](base_search_custom_field_filter/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Add custom filters for fields via UI [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.5.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 diff --git a/base_search_custom_field_filter/README.rst b/base_search_custom_field_filter/README.rst index 9cf524f04e..9b27f78a61 100644 --- a/base_search_custom_field_filter/README.rst +++ b/base_search_custom_field_filter/README.rst @@ -7,7 +7,7 @@ Add custom filters for fields via UI !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cb13ca7392798a0d8e38120dee4926e49b8613314ae3bdac68c8eccbae563f27 + !! source digest: sha256:5ba63ea83dba8c342702fe74751028828f16a1c075e2732cf5f5283846055347 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_search_custom_field_filter/static/description/index.html b/base_search_custom_field_filter/static/description/index.html index fddf9c8334..cac38d4523 100644 --- a/base_search_custom_field_filter/static/description/index.html +++ b/base_search_custom_field_filter/static/description/index.html @@ -366,7 +366,7 @@
This module allows to define custom filters in the search views for an diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 207394c5ce..ea00744da6 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-server-ux" -version = "17.0.20240409.0" +version = "17.0.20240426.0" dependencies = [ "odoo-addon-base_revision>=17.0dev,<17.1dev", + "odoo-addon-base_search_custom_field_filter>=17.0dev,<17.1dev", "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",