diff --git a/agreement_legal/README.rst b/agreement_legal/README.rst index 43017678..07d19703 100644 --- a/agreement_legal/README.rst +++ b/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: +* + Known issues / Roadmap ====================== diff --git a/agreement_legal/static/description/index.html b/agreement_legal/static/description/index.html index f11b0881..9feda578 100644 --- a/agreement_legal/static/description/index.html +++ b/agreement_legal/static/description/index.html @@ -410,6 +410,11 @@ customer signature.

  • Select a template
  • 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}”/>