[BOT] post-merge updates

pull/2758/head
OCA-git-bot 2024-02-28 12:48:44 +00:00
parent ddb65867f9
commit e422de2b18
3 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,7 @@ addon | version | maintainers | summary
[web_no_bubble](web_no_bubble/) | 16.0.1.0.0 | | Remove the bubbles from the web interface
[web_notify](web_notify/) | 16.0.1.0.1 | | 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
[web_pivot_computed_measure](web_pivot_computed_measure/) | 16.0.1.0.0 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Web Pivot Computed Measure
[web_pwa_oca](web_pwa_oca/) | 16.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Make Odoo a PWA
[web_refresher](web_refresher/) | 16.0.2.0.1 | | Web Refresher
[web_remember_tree_column_width](web_remember_tree_column_width/) | 16.0.1.0.1 | [![frahikLV](https://github.com/frahikLV.png?size=30px)](https://github.com/frahikLV) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) [![cuongnmtm](https://github.com/cuongnmtm.png?size=30px)](https://github.com/cuongnmtm) | Remember the tree columns' widths across sessions.

View File

@ -1 +1 @@
16.0.20240227.0
16.0.20240228.0

View File

@ -30,6 +30,7 @@ setuptools.setup(
'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',
'odoo-addon-web_pivot_computed_measure>=16.0dev,<16.1dev',
'odoo-addon-web_pwa_oca>=16.0dev,<16.1dev',
'odoo-addon-web_refresher>=16.0dev,<16.1dev',
'odoo-addon-web_remember_tree_column_width>=16.0dev,<16.1dev',