diff --git a/README.md b/README.md index ea9cc712f..d08f34edd 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ addon | version | maintainers | summary [web_dark_mode](web_dark_mode/) | 16.0.1.0.2 | | Enabled Dark Mode for the Odoo Backend [web_dashboard_tile](web_dashboard_tile/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Add Overview Dashboards with Tiles [web_dialog_size](web_dialog_size/) | 16.0.1.0.0 | | A module that lets the user expand a dialog box to the full screen width. +[web_disable_export_group](web_disable_export_group/) | 16.0.1.0.0 | | Web Disable Export Group [web_domain_field](web_domain_field/) | 16.0.1.0.1 | | Use computed field as domain [web_environment_ribbon](web_environment_ribbon/) | 16.0.1.0.0 | | Web Environment Ribbon [web_field_numeric_formatting](web_field_numeric_formatting/) | 16.0.1.0.0 | | Allow to render float and integer fields without thousands separator diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 14c2530d2..cff785750 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240304.0 \ No newline at end of file +16.0.20240305.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index cbf531e62..6893e5e05 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -17,6 +17,7 @@ setuptools.setup( 'odoo-addon-web_dark_mode>=16.0dev,<16.1dev', 'odoo-addon-web_dashboard_tile>=16.0dev,<16.1dev', 'odoo-addon-web_dialog_size>=16.0dev,<16.1dev', + 'odoo-addon-web_disable_export_group>=16.0dev,<16.1dev', 'odoo-addon-web_domain_field>=16.0dev,<16.1dev', 'odoo-addon-web_environment_ribbon>=16.0dev,<16.1dev', 'odoo-addon-web_field_numeric_formatting>=16.0dev,<16.1dev',