__manifest__.py 303 B

1234567891011121314
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Mrp Repairs',
  5. 'version': '1.0',
  6. 'category': 'Inventory/Inventory',
  7. 'depends': ['repair', 'mrp'],
  8. 'installable': True,
  9. 'auto_install': True,
  10. 'license': 'LGPL-3',
  11. }