[BOT] post-merge updates

pull/2849/head
OCA-git-bot 2024-03-02 16:21:37 +00:00
parent ae7585533c
commit 739c597556
3 changed files with 3 additions and 1 deletions

View File

@ -55,6 +55,7 @@ addon | version | maintainers | summary
[web_responsive](web_responsive/) | 13.0.2.8.1 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) [![Tardo](https://github.com/Tardo.png?size=30px)](https://github.com/Tardo) | Responsive web client, community-supported
[web_search_with_and](web_search_with_and/) | 13.0.1.0.0 | | Use AND conditions on omnibar search
[web_send_message_popup](web_send_message_popup/) | 13.0.1.0.0 | | Web Send Message as Popup
[web_session_auto_close](web_session_auto_close/) | 13.0.1.0.0 | | This module purpose is to automatically close the session when the last odoo tab is closed or when the computer gets in idle mode. The `timeout` occurs 15 seconds after the tab has been closed or the computer got idle.
[web_set_single_page_hidden](web_set_single_page_hidden/) | 13.0.1.0.0 | | Set single_page_hidden to false in Pager widget options
[web_sheet_full_width](web_sheet_full_width/) | 13.0.1.0.0 | | Use the whole available screen width when displaying sheets
[web_time_range_menu_custom](web_time_range_menu_custom/) | 13.0.1.0.1 | | Web Time Range Menu Custom

View File

@ -1 +1 @@
13.0.20231120.0
13.0.20240302.0

View File

@ -37,6 +37,7 @@ setuptools.setup(
'odoo13-addon-web_responsive',
'odoo13-addon-web_search_with_and',
'odoo13-addon-web_send_message_popup',
'odoo13-addon-web_session_auto_close',
'odoo13-addon-web_set_single_page_hidden',
'odoo13-addon-web_sheet_full_width',
'odoo13-addon-web_time_range_menu_custom',