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
728 B

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