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.

22 lines
705 B

  1. # -*- coding: utf-8 -*-
  2. # © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': u'Agreement (Account)',
  6. 'summary': "Adds an agreement object linked to an invoice",
  7. 'version': '10.0.1.0.0',
  8. 'category': 'Contract',
  9. 'author': "Akretion,Odoo Community Association (OCA)",
  10. 'website': 'http://www.akretion.com',
  11. 'license': 'AGPL-3',
  12. 'depends': ['account'],
  13. 'data': [
  14. 'security/ir.model.access.csv',
  15. 'security/agreement_security.xml',
  16. 'views/agreement.xml',
  17. 'views/account_invoice.xml',
  18. ],
  19. 'demo': ['demo/demo.xml'],
  20. 'installable': True,
  21. }