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.

41 lines
1.4 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. # Copyright 2018-2019 ACSONE SA/NV
  8. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  9. {
  10. 'name': 'Recurring - Contracts Management',
  11. 'version': '12.0.5.1.2',
  12. 'category': 'Contract Management',
  13. 'license': 'AGPL-3',
  14. 'author': "OpenERP SA, "
  15. "Tecnativa, "
  16. "LasLabs, "
  17. "Odoo Community Association (OCA)",
  18. 'website': 'https://github.com/oca/contract',
  19. 'depends': ['base', 'account', 'product'],
  20. "external_dependencies": {"python": ["dateutil"]},
  21. 'data': [
  22. 'security/contract_tag.xml',
  23. 'security/ir.model.access.csv',
  24. 'security/contract_security.xml',
  25. 'report/report_contract.xml',
  26. 'report/contract_views.xml',
  27. 'data/contract_cron.xml',
  28. 'data/contract_renew_cron.xml',
  29. 'data/mail_template.xml',
  30. 'wizards/contract_line_wizard.xml',
  31. 'views/abstract_contract_line.xml',
  32. 'views/contract.xml',
  33. 'views/contract_line.xml',
  34. 'views/contract_template.xml',
  35. 'views/contract_template_line.xml',
  36. 'views/res_partner_view.xml',
  37. 'views/res_config_settings.xml',
  38. ],
  39. 'installable': True,
  40. }