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/__manifest__.py b/web_widget_one2many_product_picker/__manifest__.py index d19bfc69a..1d5a0ea24 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.1.4.0', + 'version': '12.0.2.0.0', 'category': 'Website', 'author': "Tecnativa, " "Odoo Community Association (OCA)", diff --git a/web_widget_one2many_product_picker/i18n/web_widget_one2many_product_picker.pot b/web_widget_one2many_product_picker/i18n/web_widget_one2many_product_picker.pot index 816fb70ab..cdb65e8b5 100644 --- a/web_widget_one2many_product_picker/i18n/web_widget_one2many_product_picker.pot +++ b/web_widget_one2many_product_picker/i18n/web_widget_one2many_product_picker.pot @@ -20,6 +20,13 @@ msgstr "" msgid "Add" msgstr "" +#. module: web_widget_one2many_product_picker +#. openerp-web +#: code:addons/web_widget_one2many_product_picker/static/src/xml/one2many_product_picker.xml:84 +#, python-format +msgid "Add 1" +msgstr "" + #. module: web_widget_one2many_product_picker #. openerp-web #: code:addons/web_widget_one2many_product_picker/static/src/js/widgets/field_one2many_product_picker.js:192 @@ -103,7 +110,7 @@ msgstr "" #. module: web_widget_one2many_product_picker #. openerp-web -#: code:addons/web_widget_one2many_product_picker/static/src/js/views/One2ManyProductPicker/record.js:302 +#: code:addons/web_widget_one2many_product_picker/static/src/js/views/One2ManyProductPicker/record.js:340 #, python-format msgid "[No widget %s]" msgstr "" 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'

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/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