forked from Techsystech/web
[BOT] post-merge updates
parent
8a7aacaabe
commit
0e1de5c2bd
|
@ -71,6 +71,8 @@ addon | version | maintainers | summary
|
|||
[web_widget_mpld3_chart](web_widget_mpld3_chart/) | 16.0.1.0.0 | [](https://github.com/JordiBForgeFlow) [](https://github.com/ChrisOForgeFlow) | This widget allows to display charts using MPLD3 library.
|
||||
[web_widget_numeric_step](web_widget_numeric_step/) | 16.0.1.1.3 | [](https://github.com/rafaelbn) [](https://github.com/yajo) | Web Widget Numeric Step
|
||||
[web_widget_open_tab](web_widget_open_tab/) | 16.0.2.0.0 | | Allow to open record from trees on new tab from tree views
|
||||
[web_widget_pattern](web_widget_pattern/) | 16.0.1.0.0 | [](https://github.com/hbrunn) | Allows to define a regex for validating input on the backend
|
||||
[web_widget_pattern_partner_autocomplete](web_widget_pattern_partner_autocomplete/) | 16.0.1.0.0 | [](https://github.com/hbrunn) | Allows to define a regex for validating input on the backend
|
||||
[web_widget_plotly_chart](web_widget_plotly_chart/) | 16.0.1.0.0 | [](https://github.com/robyf70) | Allow to draw plotly charts.
|
||||
[web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 16.0.1.1.3 | [](https://github.com/ChrisOForgeFlow) | Show list fields as a matrix
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
16.0.20240415.1
|
||||
16.0.20240518.0
|
|
@ -58,6 +58,8 @@ setuptools.setup(
|
|||
'odoo-addon-web_widget_mpld3_chart>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_widget_numeric_step>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_widget_open_tab>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_widget_pattern>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_widget_pattern_partner_autocomplete>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_widget_plotly_chart>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_widget_x2many_2d_matrix>=16.0dev,<16.1dev',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue