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.

23 lines
665 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Carlos Dauden - Tecnativa <carlos.dauden@tecnativa.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Contract Mandate',
  6. 'summary': 'Mandate in contracts and their invoices',
  7. 'version': '9.0.1.0.0',
  8. 'author': 'Tecnativa, '
  9. 'Odoo Community Association (OCA)',
  10. 'website': 'http://www.tecnativa.com',
  11. 'depends': [
  12. 'contract_payment_mode',
  13. 'account_banking_mandate',
  14. ],
  15. 'category': 'Sales Management',
  16. 'license': 'AGPL-3',
  17. 'data': [
  18. 'views/contract_view.xml',
  19. ],
  20. 'installable': True,
  21. 'auto_install': True,
  22. }