diff --git a/README.md b/README.md index aa97ecc09..c76569d13 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ addon | version | maintainers | summary [web_access_rule_buttons](web_access_rule_buttons/) | 14.0.1.0.1 | | Disable Edit button if access rules prevent this action [web_action_conditionable](web_action_conditionable/) | 14.0.1.0.1 | | web_action_conditionable [web_advanced_search](web_advanced_search/) | 14.0.1.0.1 | | Easier and more powerful searching tools +[web_button_visibility](web_button_visibility/) | 14.0.1.0.0 | [![ilyasProgrammer](https://github.com/ilyasProgrammer.png?size=30px)](https://github.com/ilyasProgrammer) | Web Button Visibility [web_calendar_color_field](web_calendar_color_field/) | 14.0.1.0.0 | | Calendar Color Field [web_calendar_slot_duration](web_calendar_slot_duration/) | 14.0.1.0.0 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Customizable calendar slot durations [web_company_color](web_company_color/) | 14.0.2.0.0 | | Web Company Color diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 48e72a92b..797dfa397 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20231025.0 \ No newline at end of file +14.0.20231120.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 58ed8113c..a7c7a5ac2 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ setuptools.setup( 'odoo14-addon-web_access_rule_buttons', 'odoo14-addon-web_action_conditionable', 'odoo14-addon-web_advanced_search', + 'odoo14-addon-web_button_visibility', 'odoo14-addon-web_calendar_color_field', 'odoo14-addon-web_calendar_slot_duration', 'odoo14-addon-web_company_color', diff --git a/web_button_visibility/static/description/icon.png b/web_button_visibility/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/web_button_visibility/static/description/icon.png differ