You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
487 B

  1. To use this module:
  2. * Go to Agreement > Agreements
  3. * Create a new agreement
  4. * Select a template
  5. * Follow the process to get the required approval
  6. * Send the invitation to the customer to review and sign the agreement
  7. * Define Field using widget domain but having partial_use option true:
  8. * For Ex:
  9. * <field name="field_domain" widget="domain" nolabel="1"
  10. * options="{'model': 'agreement.recital',
  11. * 'partial_use': True}"/>