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.

26 lines
710 B

  1. # Copyright (C) 2018 - TODAY, Open Source Integrators
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  3. {
  4. 'name': 'Agreement - Sale',
  5. 'summary': 'Create an agreement when the sales order is confirmed',
  6. 'version': '11.0.0.0.1',
  7. 'license': 'AGPL-3',
  8. 'author': 'Open Source Integrators, Odoo Community Association (OCA)',
  9. 'category': 'Agreement',
  10. 'website': 'https://github.com/OCA/contract',
  11. 'depends': [
  12. 'agreement',
  13. 'sale',
  14. ],
  15. 'data': [
  16. 'views/agreement.xml',
  17. 'views/sale_order.xml'
  18. ],
  19. 'installable': True,
  20. 'development_status': 'Beta',
  21. 'maintainers': [
  22. 'osi-scampbell',
  23. 'max3903',
  24. ],
  25. }