forked from Techsystech/web
[UPD] README.rst
parent
0805bb941f
commit
5d67ab7db0
|
@ -81,6 +81,7 @@ Widget options:
|
|||
* show_discount > Enable/Disable display discount (False by default)
|
||||
* show_subtotal > Enable/Disable show subtotal (True by default)
|
||||
* auto_save > Enable/Disable auto save (False by default)
|
||||
* all_domain > The domain used in 'All' section ([] by default)
|
||||
|
||||
If using auto save feature, you should keep in mind that the "Save" and "Discard" buttons
|
||||
will lose part of its functionality as the document will be saved every time you
|
||||
|
@ -237,6 +238,8 @@ Contributors
|
|||
* Pedro M. Baeza
|
||||
* David Vidal
|
||||
|
||||
* Giovanni Serra <giovanni@gslab.it>
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -467,6 +467,8 @@ You need to define the view fields. The view must be of <tt class="docutils lite
|
|||
<li><p class="first">show_subtotal > Enable/Disable show subtotal (True by default)</p>
|
||||
</li>
|
||||
<li><p class="first">auto_save > Enable/Disable auto save (False by default)</p>
|
||||
</li>
|
||||
<li><p class="first">all_domain > The domain used in ‘All’ section ([] by default)</p>
|
||||
<p>If using auto save feature, you should keep in mind that the “Save” and “Discard” buttons
|
||||
will lose part of its functionality as the document will be saved every time you
|
||||
modify/create a record with the widget.</p>
|
||||
|
@ -626,6 +628,8 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
|||
</ul>
|
||||
</blockquote>
|
||||
</li>
|
||||
<li><p class="first">Giovanni Serra <<a class="reference external" href="mailto:giovanni@gslab.it">giovanni@gslab.it</a>></p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
|
|
Loading…
Reference in New Issue