Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -464,5 +469,6 @@ diff --git a/README.md b/README.md
index 0f7c1c833a5d..c33d3d1c0073 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ addon | version | maintainers | summary
[web_widget_numeric_step](web_widget_numeric_step/) | 17.0.1.0.0 |
| Web Widget Numeric Step
[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 |
| Allow to draw plotly charts.
-[web_widget_product_label_section_and_note](web_widget_product_label_section_and_note/) | 17.0.1.0.0 | | unify the product and name into a single column
+[web_widget_product_label_section_and_note](web_widget_product_label_section_and_note/) | 17.0.1.0.1 | | unify the product and name into a single column
[web_widget_section_and_note_text_scrollable](web_widget_section_and_note_text_scrollable/) | 17.0.1.0.0 |
| Make the text field of Section and Note widget scrollable
[web_widget_url_advanced](web_widget_url_advanced/) | 17.0.1.0.0 | | This module extends URL widget for displaying anchors with custom labels.
[web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 17.0.2.0.0 |
| Show list fields as a matrix
diff --git a/web_widget_product_label_section_and_note/README.rst b/web_widget_product_label_section_and_note/README.rst
index 66970020ca3b..5543adb61201 100644
--- a/web_widget_product_label_section_and_note/README.rst
+++ b/web_widget_product_label_section_and_note/README.rst
@@ -1,3 +1,7 @@
+.. image:: https://odoo-community.org/readme-banner-image
+ :target: https://odoo-community.org/get-involved?utm_source=readme
+ :alt: Odoo Community Association
+
=========================================
Web widget product label section and note
=========================================
@@ -7,13 +11,13 @@ Web widget product label section and note
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:709ddfea019ddd0adedf75e793c8fdb77cc4329f0e6c02f9e78e2f3c99c9a5b6
+ !! source digest: sha256:f337be9d3a849faaacd2915b7068977f1f6d6c5d8c515243078ec7e7a067f92f
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
diff --git a/web_widget_product_label_section_and_note/__manifest__.py b/web_widget_product_label_section_and_note/__manifest__.py
index 3d0121a4a3e7..1a26acec403e 100644
--- a/web_widget_product_label_section_and_note/__manifest__.py
+++ b/web_widget_product_label_section_and_note/__manifest__.py
@@ -1,6 +1,6 @@
{
"name": "Web widget product label section and note",
- "version": "17.0.1.0.0",
+ "version": "17.0.1.0.1",
"summary": "unify the product and name into a single column",
"author": "Tecnativa, Odoo Community Association (OCA), Odoo S.A.",
"website": "https://github.com/OCA/web",
diff --git a/web_widget_product_label_section_and_note/static/description/index.html b/web_widget_product_label_section_and_note/static/description/index.html
index da63ae5fecbf..499625585d0c 100644
--- a/web_widget_product_label_section_and_note/static/description/index.html
+++ b/web_widget_product_label_section_and_note/static/description/index.html
@@ -3,7 +3,7 @@
This module unifies the product and name into a single column, making it more user-friendly and space-saving.
Table of contents
@@ -388,7 +393,7 @@To extend this functionality to other modules (for example, Purchase), in a new module, it is necessary to create an inherited view to change the widget for these fields:
@@ -400,7 +405,7 @@Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -429,16 +434,16 @@
Do not contact contributors directly about support or help with technical issues.