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.

28 lines
941 B

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