diff --git a/README.md b/README.md index 93aaeccd4..c66cb3a8e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ addon | version | maintainers | summary [web_theme_classic](web_theme_classic/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Contrasted style on fields to improve the UI. [web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 17.0.1.0.0 | | Allows you to dynamically color fields on tree views [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 17.0.1.0.0 | | Open the linked resource when clicking on their name +[web_widget_open_tab](web_widget_open_tab/) | 17.0.1.0.0 | | Allow to open record from trees on new tab from tree views [web_widget_plotly_chart](web_widget_plotly_chart/) | 17.0.1.0.0 | [![robyf70](https://github.com/robyf70.png?size=30px)](https://github.com/robyf70) | Allow to draw plotly charts. [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 5c613edcc..f84b376e3 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-web" -version = "17.0.20240518.0" +version = "17.0.20240518.1" dependencies = [ "odoo-addon-web_calendar_slot_duration>=17.0dev,<17.1dev", "odoo-addon-web_environment_ribbon>=17.0dev,<17.1dev", @@ -12,6 +12,7 @@ dependencies = [ "odoo-addon-web_theme_classic>=17.0dev,<17.1dev", "odoo-addon-web_tree_dynamic_colored_field>=17.0dev,<17.1dev", "odoo-addon-web_tree_many2one_clickable>=17.0dev,<17.1dev", + "odoo-addon-web_widget_open_tab>=17.0dev,<17.1dev", "odoo-addon-web_widget_plotly_chart>=17.0dev,<17.1dev", ] classifiers=[ diff --git a/web_widget_open_tab/README.rst b/web_widget_open_tab/README.rst index 8391be55e..03fa9ae8b 100644 --- a/web_widget_open_tab/README.rst +++ b/web_widget_open_tab/README.rst @@ -7,7 +7,7 @@ Widget Open on new Tab !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a14f7a08311efe9efc5c2e59a089a3adfe9f4a41cafd1c7c4c8bf9aac5db6706 + !! source digest: sha256:90d7cc228138169b341debfd9c1b844aad258431599a76243147e17916e53b0f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_widget_open_tab/static/description/index.html b/web_widget_open_tab/static/description/index.html index 01dcbde22..a8742d615 100644 --- a/web_widget_open_tab/static/description/index.html +++ b/web_widget_open_tab/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a14f7a08311efe9efc5c2e59a089a3adfe9f4a41cafd1c7c4c8bf9aac5db6706 +!! source digest: sha256:90d7cc228138169b341debfd9c1b844aad258431599a76243147e17916e53b0f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

This addon introduces a new widget. When added to a field in a tree