diff --git a/web_widget_one2many_product_picker/README.rst b/web_widget_one2many_product_picker/README.rst index df183ae87..418951d79 100644 --- a/web_widget_one2many_product_picker/README.rst +++ b/web_widget_one2many_product_picker/README.rst @@ -180,6 +180,10 @@ Other example for 'purchase.order.line' fields: Usage ===== +When you change the value of a field and switch to edit another record, the +changes will be applied to the previous record without having to click on +accept changes. + Parts of the widget: ~~~~~~~~~~~~~~~~~~~~ diff --git a/web_widget_one2many_product_picker/readme/USAGE.rst b/web_widget_one2many_product_picker/readme/USAGE.rst index 5f3fbba75..dced5bc77 100644 --- a/web_widget_one2many_product_picker/readme/USAGE.rst +++ b/web_widget_one2many_product_picker/readme/USAGE.rst @@ -1,3 +1,7 @@ +When you change the value of a field and switch to edit another record, the +changes will be applied to the previous record without having to click on +accept changes. + Parts of the widget: ~~~~~~~~~~~~~~~~~~~~ diff --git a/web_widget_one2many_product_picker/static/description/index.html b/web_widget_one2many_product_picker/static/description/index.html index 621f91237..941f4dc72 100644 --- a/web_widget_one2many_product_picker/static/description/index.html +++ b/web_widget_one2many_product_picker/static/description/index.html @@ -565,6 +565,9 @@ options="{'search': [{'name': _('Starts With'), 'domain': [('name', '=like'
When you change the value of a field and switch to edit another record, the +changes will be applied to the previous record without having to click on +accept changes.
diff --git a/web_widget_one2many_product_picker/static/img/product_picker.gif b/web_widget_one2many_product_picker/static/img/product_picker.gif index 12c6d63a7..dcc9f288b 100644 Binary files a/web_widget_one2many_product_picker/static/img/product_picker.gif and b/web_widget_one2many_product_picker/static/img/product_picker.gif differ diff --git a/web_widget_one2many_product_picker/static/img/product_picker_anat.png b/web_widget_one2many_product_picker/static/img/product_picker_anat.png index 6a477ac89..e47ca65fa 100644 Binary files a/web_widget_one2many_product_picker/static/img/product_picker_anat.png and b/web_widget_one2many_product_picker/static/img/product_picker_anat.png differ