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

  1. # Copyright 2019 ACSONE SA/NV
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Contract Sale Mandate',
  5. 'summary': """
  6. This module manages the banking mandate from the sale order to the
  7. contract.""",
  8. 'version': '12.0.2.0.0',
  9. 'license': 'AGPL-3',
  10. 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
  11. 'website': 'https://github.com/OCA/contract',
  12. 'depends': [
  13. # OCA/bank-payment
  14. 'account_banking_mandate',
  15. 'account_banking_mandate_sale',
  16. # OCA/contract
  17. 'contract',
  18. 'contract_mandate',
  19. 'product_contract',
  20. ],
  21. }