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.

28 lines
823 B

  1. # © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Agreement',
  5. 'summary': "Adds an agreement object",
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Contract',
  8. 'author': 'Akretion, '
  9. 'Yves Goldberg (Ygol Internetwork), '
  10. 'Odoo Community Association (OCA)',
  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. 'views/agreement_type.xml',
  19. ],
  20. 'demo': ['demo/demo.xml'],
  21. 'development_status': 'Beta',
  22. 'maintainers': [
  23. 'ygol',
  24. 'alexis-via',
  25. ],
  26. 'installable': True,
  27. }