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
563 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 Payment Mode',
  5. 'summary': """
  6. This addon manages payment mode from sale order to contract.""",
  7. 'version': '12.0.1.0.0',
  8. 'license': 'AGPL-3',
  9. 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
  10. 'website': 'https://acsone.eu/',
  11. 'depends': [
  12. # OCA/bank-payment
  13. 'account_payment_sale',
  14. # OCA/contract
  15. 'product_contract',
  16. ],
  17. 'data': [
  18. ],
  19. 'demo': [
  20. ],
  21. }