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.

20 lines
607 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Serv. Tecnol. Avanzados - Pedro M. Baeza
  3. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  4. {
  5. 'name': 'Markers for contract recurring invoices',
  6. 'version': '8.0.1.0.0',
  7. 'category': 'Contract Management',
  8. 'author': 'Serv. Tecnol. Avanzados - Pedro M. Baeza, '
  9. 'Odoo Community Association (OCA)',
  10. 'website': 'http://www.serviciosbaeza.com',
  11. 'depends': [
  12. 'account_analytic_analysis',
  13. ],
  14. 'license': 'AGPL-3',
  15. 'data': [
  16. 'views/account_analytic_account_view.xml',
  17. ],
  18. 'installable': True,
  19. }