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.

23 lines
681 B

  1. # -*- coding: utf-8 -*-
  2. # © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': u'Agreement (Sale)',
  6. 'summary': "Link an agreement to a sale order and copy to invoice",
  7. 'version': '10.0.1.0.1',
  8. 'category': 'Contract',
  9. 'author': "Akretion,Odoo Community Association (OCA)",
  10. 'website': 'http://www.akretion.com',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'agreement_account',
  14. 'sale_commercial_partner',
  15. ],
  16. 'data': [
  17. 'views/sale_order.xml',
  18. 'views/agreement.xml',
  19. ],
  20. 'installable': True,
  21. 'auto_install': True,
  22. }