mirror of https://github.com/OCA/web.git
[IMP] web_widget_one2many_product_picker: Readme
parent
185edf81be
commit
677c552b45
|
@ -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:
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -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:
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue