From 27a5c868bee856598382f865d2199814dc62a207 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 27 Dec 2023 14:43:44 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc4534047..89dca184f 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ addon | version | maintainers | summary [web_sheet_full_width](web_sheet_full_width/) | 16.0.1.0.0 | | Use the whole available screen width when displaying sheets [web_theme_classic](web_theme_classic/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Contrasted style on fields to improve the UI. [web_timeline](web_timeline/) | 16.0.1.0.3 | [![tarteo](https://github.com/tarteo.png?size=30px)](https://github.com/tarteo) | Interactive visualization chart to show events in time +[web_touchscreen](web_touchscreen/) | 16.0.1.0.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | UX improvements for touch screens [web_tree_duplicate](web_tree_duplicate/) | 16.0.1.0.0 | [![tarteo](https://github.com/tarteo.png?size=30px)](https://github.com/tarteo) | Duplicate records directly from the tree view. [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 16.0.1.0.0 | | Open the linked resource when clicking on their name [web_widget_bokeh_chart](web_widget_bokeh_chart/) | 16.0.1.1.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | This widget allows to display charts using Bokeh library. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index fbd650bb5..fd476a39e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231204.0 \ No newline at end of file +16.0.20231227.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 6c2074825..649a8a157 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -37,6 +37,7 @@ setuptools.setup( 'odoo-addon-web_sheet_full_width>=16.0dev,<16.1dev', 'odoo-addon-web_theme_classic>=16.0dev,<16.1dev', 'odoo-addon-web_timeline>=16.0dev,<16.1dev', + 'odoo-addon-web_touchscreen>=16.0dev,<16.1dev', 'odoo-addon-web_tree_duplicate>=16.0dev,<16.1dev', 'odoo-addon-web_tree_many2one_clickable>=16.0dev,<16.1dev', 'odoo-addon-web_widget_bokeh_chart>=16.0dev,<16.1dev',