mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
17 lines
472 B
Python
17 lines
472 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2016 Agile Business Group
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
|
|
{
|
|
'name': 'MRP Repair Calendar View',
|
|
'version': '10.0.1.0.0',
|
|
'category': 'Manufacturing',
|
|
'author': "Agile Business Group, Odoo Community Association (OCA)",
|
|
'website': 'http://www.agilebg.com',
|
|
'license': 'LGPL-3',
|
|
'depends': ['mrp_repair'],
|
|
'data': ['views/mrp_repair_view.xml'],
|
|
'installable': True,
|
|
}
|