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.

24 lines
760 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
  3. # Copyright 2017 Vicent Cubells <vicent.cubells@tecnativa.com>
  4. # Copyright 2016-2017 Pedro M. Baeza <pedro.baeza@tecnativa.com>
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  6. {
  7. 'name': 'Contract Invoice Merge By Partner',
  8. 'summary': 'This module merges same partner invoices generated by '
  9. 'contracts',
  10. 'version': '9.0.2.0.0',
  11. 'category': 'Account',
  12. 'license': 'AGPL-3',
  13. 'author': "Tecnativa, "
  14. "Odoo Community Association (OCA)",
  15. 'website': 'http://www.tecnativa.com',
  16. 'depends': [
  17. 'contract',
  18. ],
  19. 'data': [
  20. 'views/res_partner_view.xml',
  21. ],
  22. 'installable': True,
  23. }