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.

33 lines
1.1 KiB

  1. # Copyright 2004-2010 OpenERP SA
  2. # Copyright 2014-2018 Tecnativa - Pedro M. Baeza
  3. # Copyright 2015 Domatix
  4. # Copyright 2016-2018 Tecnativa - Carlos Dauden
  5. # Copyright 2017 Tecnativa - Vicent Cubells
  6. # Copyright 2016-2017 LasLabs Inc.
  7. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  8. {
  9. 'name': 'Contracts Management - Recurring',
  10. 'version': '11.0.4.0.0',
  11. 'category': 'Contract Management',
  12. 'license': 'AGPL-3',
  13. 'author': "OpenERP SA, "
  14. "Tecnativa, "
  15. "LasLabs, "
  16. "Odoo Community Association (OCA)",
  17. 'website': 'https://github.com/oca/contract',
  18. 'depends': ['base', 'account', 'analytic'],
  19. 'data': [
  20. 'security/ir.model.access.csv',
  21. 'security/contract_security.xml',
  22. 'report/report_contract.xml',
  23. 'report/contract_views.xml',
  24. 'data/contract_cron.xml',
  25. 'data/mail_template.xml',
  26. 'views/account_analytic_account_view.xml',
  27. 'views/account_analytic_contract_view.xml',
  28. 'views/account_invoice_view.xml',
  29. 'views/res_partner_view.xml',
  30. ],
  31. 'installable': True,
  32. }