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.

22 lines
649 B

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