3
0
Fork 0

[IMP] web_widget_one2many_product_picker: Readme

13.0
Alexandre D. Díaz 2021-02-15 20:07:01 +01:00
parent 58d1b75934
commit 165de794da
7 changed files with 20 additions and 2 deletions

View File

@ -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:
~~~~~~~~~~~~~~~~~~~~

View File

@ -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)",

View File

@ -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 ""

View File

@ -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:
~~~~~~~~~~~~~~~~~~~~

View File

@ -565,6 +565,9 @@ options="{'search': [{'name': _('Starts With'), 'domain': [('name', '=like'
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id6">Usage</a></h1>
<p>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.</p>
<div class="section" id="parts-of-the-widget">
<h2><a class="toc-backref" href="#id7">Parts of the widget:</a></h2>
<blockquote>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 MiB

After

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 138 KiB