forked from Techsystech/web
[IMP] web_widget_one2many_product_picker: Readme
parent
58d1b75934
commit
165de794da
|
@ -180,6 +180,10 @@ Other example for 'purchase.order.line' fields:
|
||||||
Usage
|
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:
|
Parts of the widget:
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
'name': 'Web Widget One2Many Product Picker',
|
'name': 'Web Widget One2Many Product Picker',
|
||||||
'summary': 'Widget to select products on one2many fields',
|
'summary': 'Widget to select products on one2many fields',
|
||||||
'version': '12.0.1.4.0',
|
'version': '12.0.2.0.0',
|
||||||
'category': 'Website',
|
'category': 'Website',
|
||||||
'author': "Tecnativa, "
|
'author': "Tecnativa, "
|
||||||
"Odoo Community Association (OCA)",
|
"Odoo Community Association (OCA)",
|
||||||
|
|
|
@ -20,6 +20,13 @@ msgstr ""
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr ""
|
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
|
#. module: web_widget_one2many_product_picker
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/web_widget_one2many_product_picker/static/src/js/widgets/field_one2many_product_picker.js:192
|
#: 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
|
#. module: web_widget_one2many_product_picker
|
||||||
#. openerp-web
|
#. 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
|
#, python-format
|
||||||
msgid "[No widget %s]"
|
msgid "[No widget %s]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -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:
|
Parts of the widget:
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
@ -565,6 +565,9 @@ options="{'search': [{'name': _('Starts With'), 'domain': [('name', '=like'
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="usage">
|
<div class="section" id="usage">
|
||||||
<h1><a class="toc-backref" href="#id6">Usage</a></h1>
|
<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">
|
<div class="section" id="parts-of-the-widget">
|
||||||
<h2><a class="toc-backref" href="#id7">Parts of the widget:</a></h2>
|
<h2><a class="toc-backref" href="#id7">Parts of the widget:</a></h2>
|
||||||
<blockquote>
|
<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 |
Loading…
Reference in New Issue