mirror of https://github.com/OCA/web.git
[BOT] post-merge updates
parent
42010c0d9c
commit
27a5c868be
|
@ -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 | [](https://github.com/legalsylvain) | Contrasted style on fields to improve the UI.
|
||||
[web_timeline](web_timeline/) | 16.0.1.0.3 | [](https://github.com/tarteo) | Interactive visualization chart to show events in time
|
||||
[web_touchscreen](web_touchscreen/) | 16.0.1.0.0 | [](https://github.com/yajo) [](https://github.com/rafaelbn) | UX improvements for touch screens
|
||||
[web_tree_duplicate](web_tree_duplicate/) | 16.0.1.0.0 | [](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 | [](https://github.com/LoisRForgeFlow) [](https://github.com/ChrisOForgeFlow) | This widget allows to display charts using Bokeh library.
|
||||
|
|
|
@ -1 +1 @@
|
|||
16.0.20231204.0
|
||||
16.0.20231227.0
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue