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.

21 lines
645 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': '10.0.1.0.1',
  9. 'license': 'AGPL-3',
  10. 'author': 'Domatix,'
  11. 'Tecnativa,'
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'http://www.domatix.com',
  14. 'depends': ['account', 'analytic'],
  15. 'category': 'Sales Management',
  16. 'data': [
  17. 'views/contract_view.xml',
  18. ],
  19. 'installable': True,
  20. }