[UPD] README.rst

This commit is contained in:
OCA-git-bot
2019-05-30 18:21:46 +00:00
parent 6c127b3ca8
commit db0fdb0eba
2 changed files with 11 additions and 0 deletions

View File

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

View File

@@ -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>&lt;field name=”field_domain” widget=”domain” nolabel=”1”</li>
<li>options=”{model: agreement.recital,</li>
<li>partial_use: True}”/&gt;</li>
</ul>
</div>
<div class="section" id="known-issues-roadmap">