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

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