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.

19 lines
549 B

  1. # -*- coding: utf-8 -*-
  2. # © Stefan Becker <s.becker@humanilog.org>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Purchase Contract',
  6. 'summary': 'Create purchase contract',
  7. 'version': '9.0.1.0.0',
  8. 'author': "humanilog, "
  9. "Odoo Community Association (OCA)",
  10. 'website': 'http://www.humanilog.org/',
  11. 'depends': ['contract', 'purchase'],
  12. 'category': 'Purchase Management',
  13. 'license': 'AGPL-3',
  14. 'data': [
  15. 'views/contract_view.xml',
  16. ],
  17. 'installable': True,
  18. }