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.

29 lines
920 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Domatix (<www.domatix.com>)
  3. # Copyright 2016 Antiun Ingenieria S.L. - Antonio Espinosa
  4. # Copyright 2017 Tecnativa - Vicent Cubells
  5. # Copyright 2017 Tecnativa - David Vidal
  6. # Copyright 2017 Tecnativa - Carlos Dauden <carlos.dauden@tecnativa.com>
  7. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  8. {
  9. 'name': 'Contract Payment Mode',
  10. 'summary': 'Payment mode in contracts and their invoices',
  11. 'version': '10.0.1.0.1',
  12. 'author': 'Domatix, '
  13. 'Tecnativa, '
  14. 'Odoo Community Association (OCA)',
  15. 'website': 'http://www.domatix.com',
  16. 'depends': [
  17. 'contract',
  18. 'account_payment_partner'
  19. ],
  20. 'category': 'Sales Management',
  21. 'license': 'AGPL-3',
  22. 'data': [
  23. 'views/contract_view.xml',
  24. ],
  25. 'post_init_hook': 'post_init_hook',
  26. 'installable': True,
  27. 'auto_install': True,
  28. }