diff --git a/README.md b/README.md index fd616ae30..ecf24b5f3 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ addon | version | maintainers | summary [web_widget_model_viewer](web_widget_model_viewer/) | 12.0.2.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Easily display interactive 3D models on the web & in AR [web_widget_mpld3_chart](web_widget_mpld3_chart/) | 12.0.1.0.0 | | This widget allows to display charts using MPLD3 library. [web_widget_numeric_step](web_widget_numeric_step/) | 12.0.1.2.0 | | Web Widget Numeric Step -[web_widget_one2many_product_picker](web_widget_one2many_product_picker/) | 12.0.3.0.0 | | Widget to select products on one2many fields +[web_widget_one2many_product_picker](web_widget_one2many_product_picker/) | 12.0.3.0.1 | | Widget to select products on one2many fields [web_widget_one2many_product_picker_sale_stock](web_widget_one2many_product_picker_sale_stock/) | 12.0.2.0.1 | | Adds support for stock in the one2many product picker widget [web_widget_one2many_product_picker_sale_stock_available_info_popup](web_widget_one2many_product_picker_sale_stock_available_info_popup/) | 12.0.1.0.1 | | Adds support for stock in the one2many product picker widget [web_widget_open_tab](web_widget_open_tab/) | 12.0.1.0.1 | | Allow to open record from trees on new tab from tree views diff --git a/web_widget_one2many_product_picker/README.rst b/web_widget_one2many_product_picker/README.rst index 815529fd1..ce3fb14ce 100644 --- a/web_widget_one2many_product_picker/README.rst +++ b/web_widget_one2many_product_picker/README.rst @@ -7,7 +7,7 @@ Web Widget One2Many Product Picker !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c1eb88f0204efcece4d5d573f7ff0096f0afb259922a1fb345e6fd2f690108a7 + !! source digest: sha256:50c6efad96787a1d89d9adf96d65160d43e3dc85f1d52ea9eaceabc94ee60258 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_widget_one2many_product_picker/__manifest__.py b/web_widget_one2many_product_picker/__manifest__.py index 11c015be7..0e7990111 100644 --- a/web_widget_one2many_product_picker/__manifest__.py +++ b/web_widget_one2many_product_picker/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Web Widget One2Many Product Picker", "summary": "Widget to select products on one2many fields", - "version": "12.0.3.0.0", + "version": "12.0.3.0.1", "category": "Website", "author": "Tecnativa, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", diff --git a/web_widget_one2many_product_picker/static/description/index.html b/web_widget_one2many_product_picker/static/description/index.html index 4b6740bd1..0d3cbcdb7 100644 --- a/web_widget_one2many_product_picker/static/description/index.html +++ b/web_widget_one2many_product_picker/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:c1eb88f0204efcece4d5d573f7ff0096f0afb259922a1fb345e6fd2f690108a7 +!! source digest: sha256:50c6efad96787a1d89d9adf96d65160d43e3dc85f1d52ea9eaceabc94ee60258 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Adds the ‘one2many_product_picker’ friendly mobile widget to create one2many lines linked with product.product records.