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.

75 lines
2.6 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ===================
  5. Agreement (Account)
  6. ===================
  7. This module adds an *Agreement* object with the following properties:
  8. * type (*Sale* or *Purchase*),
  9. * link to a partner,
  10. * name,
  11. * code,
  12. * signature date.
  13. You can link an invoice to an agreement.
  14. If you also install the module *agreement_sale*, you will be able to link a quotation/sale order to an agreement, and this information will be copied to the customer invoice.
  15. An *Agreement* can be used for:
  16. * Private business contracts
  17. * Public markets
  18. It will allow you to group all the orders and invoices related to the same agreement and display the references of this agreement on the documents where you have to display it. For example, the *code* property of the agreement is used in the module *account_invoice_factur-x* (from the `edi <https://github.com/OCA/edi>`_ project) in the XML tag */CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerAssignedID*.
  19. The main differences with the *Contract* object of Odoo:
  20. * a contract is an analytic account; an agreement is not related to analytic accounting.
  21. * on the invoice, the contract/analytic account is per-line; an agreement is attached to the invoice (not to the lines).
  22. * an agreement is a very simple object with just a few basic fields; a contract has a lot of properties and a lot of related features.
  23. Configuration
  24. =============
  25. Go to the menu *Accounting > Configuration > Management > Agreements* to create new agreements.
  26. Usage
  27. =====
  28. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  29. :alt: Try me on Runbot
  30. :target: https://runbot.odoo-community.org/runbot/110/10.0
  31. Bug Tracker
  32. ===========
  33. Bugs are tracked on `GitHub Issues
  34. <https://github.com/OCA/contract/issues>`_. In case of trouble, please
  35. check there if your issue has already been reported. If you spotted it first,
  36. help us smashing it by providing a detailed and welcomed feedback.
  37. Credits
  38. =======
  39. Contributors
  40. ------------
  41. * Alexis de Lattre <alexis.delattre@akretion.com>
  42. Maintainer
  43. ----------
  44. .. image:: https://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: https://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit https://odoo-community.org.