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.

27 lines
805 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. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name': 'Contract Payment Mode',
  8. 'summary': 'Payment mode in contracts and their invoices',
  9. 'version': '9.0.1.0.0',
  10. 'author': 'Domatix, '
  11. 'Tecnativa, '
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'http://www.domatix.com',
  14. 'depends': [
  15. 'contract',
  16. 'account_payment_partner'
  17. ],
  18. 'category': 'Sales Management',
  19. 'license': 'AGPL-3',
  20. 'data': [
  21. 'views/contract_view.xml',
  22. ],
  23. 'post_init_hook': 'post_init_hook',
  24. 'installable': True,
  25. 'auto_install': True,
  26. }