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
698 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': 'Agreement',
  6. 'summary': "Adds an agreement object",
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Contract',
  9. 'author': "Akretion,Odoo Community Association (OCA)",
  10. 'contributors': 'Yves Goldberg (Ygol InternetWork)',
  11. 'website': 'https://github.com/oca/contract',
  12. 'license': 'AGPL-3',
  13. 'depends': ['base'],
  14. 'data': [
  15. 'security/ir.model.access.csv',
  16. 'security/agreement_security.xml',
  17. 'views/agreement.xml',
  18. ],
  19. 'demo': ['demo/demo.xml'],
  20. 'installable': True,
  21. }