Skip to content

Latest commit

 

History

History
 
 

agreement_legal

Agreements Legal

Beta License: AGPL-3 OCA/contract Translate me on Weblate Try me on Runboat

This module allows you to manage agreements, letter of intent and contract content. The module is meant to be used by the legal team of a company and to allow them to define sections, clauses and templates with their respective content that can be dynamic.

Based on the template, an agreement can be created and the pdf document generated.

The agreement would go through a workflow to finally become a contract with the customer signature.

Table of contents

To configure this module:

  • Go to Agreement > Configuration > Templates
  • Create a new template with sections and clauses and their respective content
  • Go to Agreement > Configuration > Stages
  • Create and reorder stages to match your process

To use this module:

  • Go to Agreement > Agreements
  • Create a new agreement
  • 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}"/>
  • Split the module to remove the dependencies on sale and account and provide the same feature in extra modules (agreement_sale, agreement_account, agreement_purchase)

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Pavlov Media
  • Open Source Integrators
  • Yves Goldberg (Ygol Internetwork)

The development of this module has been financially supported by:

  • Pavlov Media
  • Open Source Integrators
  • Yves Goldberg

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainers:

max3903 ygol

This module is part of the OCA/contract project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.