Files
manufacture/repair_calendar_view/__manifest__.py
2020-03-26 14:25:38 +07:00

16 lines
452 B
Python

# Copyright 2016 Agile Business Group
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Repair Calendar View",
"version": "13.0.1.0.0",
"category": "Manufacturing",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"license": "LGPL-3",
"depends": ["repair"],
"data": ["views/mrp_repair_view.xml"],
"installable": True,
}