mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[UPD] README.rst
This commit is contained in:
@@ -61,6 +61,12 @@ To use this module:
|
||||
* Follow the process to get the required approval
|
||||
* Send the invitation to the customer to review and sign the agreement
|
||||
|
||||
* Define Field using widget domain but having partial_use option true:
|
||||
* For Ex:
|
||||
* <field name="field_domain" widget="domain" nolabel="1"
|
||||
* options="{'model': 'agreement.recital',
|
||||
* 'partial_use': True}"/>
|
||||
|
||||
Known issues / Roadmap
|
||||
======================
|
||||
|
||||
|
||||
@@ -410,6 +410,11 @@ customer signature.</p>
|
||||
<li>Select a template</li>
|
||||
<li>Follow the process to get the required approval</li>
|
||||
<li>Send the invitation to the customer to review and sign the agreement</li>
|
||||
<li>Define Field using widget domain but having partial_use option true:</li>
|
||||
<li>For Ex:</li>
|
||||
<li><field name=”field_domain” widget=”domain” nolabel=”1”</li>
|
||||
<li>options=”{‘model’: ‘agreement.recital’,</li>
|
||||
<li>‘partial_use’: True}”/></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="known-issues-roadmap">
|
||||
|
||||
Reference in New Issue
Block a user