3
0
Fork 0

[BOT] post-merge updates

16.0
OCA-git-bot 2024-11-13 16:04:39 +00:00
parent a952acece4
commit b591539403
3 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,7 @@ addon | version | maintainers | summary
[web_ir_actions_close_wizard_refresh_view](web_ir_actions_close_wizard_refresh_view/) | 16.0.1.0.0 | | Allow to refresh view data without reload the page.
[web_listview_range_select](web_listview_range_select/) | 16.0.1.0.0 | | Enables selecting a range of records using the shift key
[web_m2x_options](web_m2x_options/) | 16.0.1.1.3 | | web_m2x_options
[web_m2x_options_manager](web_m2x_options_manager/) | 16.0.1.0.0 | | Adds an interface to manage the "Create" and "Create and Edit" options for specific models and fields.
[web_no_bubble](web_no_bubble/) | 16.0.1.0.0 | | Remove the bubbles from the web interface
[web_notify](web_notify/) | 16.0.2.0.2 | | Send notification messages to user
[web_notify_channel_message](web_notify_channel_message/) | 16.0.1.0.0 | | Send an instant notification to channel users when a new message is posted

View File

@ -1 +1 @@
16.0.20240926.0
16.0.20241113.0

View File

@ -34,6 +34,7 @@ setuptools.setup(
'odoo-addon-web_ir_actions_close_wizard_refresh_view>=16.0dev,<16.1dev',
'odoo-addon-web_listview_range_select>=16.0dev,<16.1dev',
'odoo-addon-web_m2x_options>=16.0dev,<16.1dev',
'odoo-addon-web_m2x_options_manager>=16.0dev,<16.1dev',
'odoo-addon-web_no_bubble>=16.0dev,<16.1dev',
'odoo-addon-web_notify>=16.0dev,<16.1dev',
'odoo-addon-web_notify_channel_message>=16.0dev,<16.1dev',