From 5d67ab7db0c5660b1373914250b25b99c829c050 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Fri, 1 Oct 2021 19:22:38 +0000
Subject: [PATCH] [UPD] README.rst
---
web_widget_one2many_product_picker/README.rst | 3 +++
.../static/description/index.html | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/web_widget_one2many_product_picker/README.rst b/web_widget_one2many_product_picker/README.rst
index 3a79e39c0..74d65e899 100644
--- a/web_widget_one2many_product_picker/README.rst
+++ b/web_widget_one2many_product_picker/README.rst
@@ -81,6 +81,7 @@ Widget options:
* show_discount > Enable/Disable display discount (False by default)
* show_subtotal > Enable/Disable show subtotal (True by default)
* auto_save > Enable/Disable auto save (False by default)
+* all_domain > The domain used in 'All' section ([] by default)
If using auto save feature, you should keep in mind that the "Save" and "Discard" buttons
will lose part of its functionality as the document will be saved every time you
@@ -237,6 +238,8 @@ Contributors
* Pedro M. Baeza
* David Vidal
+* Giovanni Serra
+
Maintainers
~~~~~~~~~~~
diff --git a/web_widget_one2many_product_picker/static/description/index.html b/web_widget_one2many_product_picker/static/description/index.html
index 13701db51..f3d399959 100644
--- a/web_widget_one2many_product_picker/static/description/index.html
+++ b/web_widget_one2many_product_picker/static/description/index.html
@@ -467,6 +467,8 @@ You need to define the view fields. The view must be of show_subtotal > Enable/Disable show subtotal (True by default)
auto_save > Enable/Disable auto save (False by default)
+
+all_domain > The domain used in ‘All’ section ([] by default)
If using auto save feature, you should keep in mind that the “Save” and “Discard” buttons
will lose part of its functionality as the document will be saved every time you
modify/create a record with the widget.
@@ -626,6 +628,8 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
+Giovanni Serra <giovanni@gslab.it>
+