diff --git a/README.md b/README.md index ba00acf9efbf..ea9cc712f3ca 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ addon | version | maintainers | summary [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 16.0.1.0.0 | | Open the linked resource when clicking on their name [web_widget_bokeh_chart](web_widget_bokeh_chart/) | 16.0.1.1.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) | This widget allows to display charts using Bokeh library. [web_widget_datepicker_fulloptions](web_widget_datepicker_fulloptions/) | 16.0.1.0.0 | | Web Widget DatePicker Full Options +[web_widget_domain_editor_dialog](web_widget_domain_editor_dialog/) | 16.0.1.0.0 | | Recovers the Domain Editor Dialog functionality [web_widget_dropdown_dynamic](web_widget_dropdown_dynamic/) | 16.0.1.0.0 | | This module adds support for dynamic dropdown widget [web_widget_mpld3_chart](web_widget_mpld3_chart/) | 16.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | This widget allows to display charts using MPLD3 library. [web_widget_numeric_step](web_widget_numeric_step/) | 16.0.1.1.3 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Web Widget Numeric Step diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 7dbbc2d42a98..14c2530d2c3a 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240302.0 \ No newline at end of file +16.0.20240304.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 66656200d017..cbf531e62115 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -47,6 +47,7 @@ 'odoo-addon-web_tree_many2one_clickable>=16.0dev,<16.1dev', 'odoo-addon-web_widget_bokeh_chart>=16.0dev,<16.1dev', 'odoo-addon-web_widget_datepicker_fulloptions>=16.0dev,<16.1dev', + 'odoo-addon-web_widget_domain_editor_dialog>=16.0dev,<16.1dev', 'odoo-addon-web_widget_dropdown_dynamic>=16.0dev,<16.1dev', 'odoo-addon-web_widget_mpld3_chart>=16.0dev,<16.1dev', 'odoo-addon-web_widget_numeric_step>=16.0dev,<16.1dev',