Browse Source

[UPD] README.rst

pull/344/head
OCA-git-bot 5 years ago
parent
commit
db0fdb0eba
  1. 6
      agreement_legal/README.rst
  2. 5
      agreement_legal/static/description/index.html

6
agreement_legal/README.rst

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

5
agreement_legal/static/description/index.html

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

Loading…
Cancel
Save