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.

29 lines
783 B

  1. # © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Agreement Sale',
  5. 'summary': "Agreement on sales",
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Contract',
  8. 'author': 'Akretion, '
  9. 'Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/oca/contract',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'sale_management',
  14. 'agreement',
  15. ],
  16. 'data': [
  17. 'security/ir.model.access.csv',
  18. 'views/agreement.xml',
  19. 'views/sale_order.xml',
  20. 'views/res_config_settings.xml',
  21. ],
  22. 'development_status': 'Beta',
  23. 'maintainers': [
  24. 'alexis-via',
  25. 'bealdav',
  26. ],
  27. 'installable': True,
  28. }