[IMP] web_widget_one2many_product_picker: Readme

pull/1802/head
Alexandre D. Díaz 2021-02-15 20:07:01 +01:00
parent 185edf81be
commit 677c552b45
5 changed files with 11 additions and 0 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

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