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
710 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Binovo IT Human Project SL
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Contract Account Banking Mandate",
  6. "version": "8.0.1.0.0",
  7. "depends": [
  8. "account_analytic_analysis", "account_banking_mandate"
  9. ],
  10. "author": "Binovo IT Human Project SL, Odoo Community Association (OCA)",
  11. "category": 'Sales Management',
  12. "website": "http://www.binovo.es",
  13. "summary": "Add banking mandate field to contracts for their invoices",
  14. "data": [
  15. "views/contract_view.xml",
  16. ],
  17. "test": [
  18. "tests/contract_account_banking_mandate.yml"
  19. ],
  20. "installable": True,
  21. "auto_install": False,
  22. }