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

  1. # Copyright (C) 2019 - TODAY, Open Source Integrators
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Agreement Legal Sale',
  5. 'summary': 'Create an agreement when the sale order is confirmed',
  6. 'version': '12.0.1.1.0',
  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_legal',
  13. 'agreement_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. }