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

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Angel Moya <angel.moya@domatix.com>
  3. # © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Contract Show Invoice',
  7. 'summary': 'Button in contracts to show their invoices',
  8. 'version': '9.0.1.1.0',
  9. 'author': 'Domatix,'
  10. 'Tecnativa,'
  11. 'Odoo Community Association (OCA)',
  12. 'website': 'http://www.domatix.com',
  13. 'depends': ['account', 'analytic'],
  14. 'category': 'Sales Management',
  15. 'data': [
  16. 'views/contract_view.xml',
  17. ],
  18. 'installable': True,
  19. }