From 0e1de5c2bd1bb7a466eb96471559138f5abcc002 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 18 May 2024 17:51:24 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 ++ setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76d537809..9dd1f52dd 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ addon | version | maintainers | summary [web_widget_mpld3_chart](web_widget_mpld3_chart/) | 16.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](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 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](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 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](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 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](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 | [![robyf70](https://github.com/robyf70.png?size=30px)](https://github.com/robyf70) | Allow to draw plotly charts. [web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 16.0.1.1.3 | [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Show list fields as a matrix diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index e26153f2c..979de9b9c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240415.1 \ No newline at end of file +16.0.20240518.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 1a71ceeb3..b2f15042c 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -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', ],