Files
manufacture/mrp_production_note/__manifest__.py
2020-02-05 15:10:42 +01:00

22 lines
586 B
Python

# © 2015 Oihane Crucelaegui - AvanzOSC
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Notes in production orders",
"version": "12.0.1.0.0",
"category": "Manufacturing",
"license": "AGPL-3",
"author": "OdooMRP team, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"depends": [
"mrp",
],
"data": [
"views/mrp_production_view.xml",
],
"installable": True,
}