Files
manufacture/mrp_hook/__openerp__.py
Pedro M. Baeza f117c16c83 [IMP] mrp_hook: Provide hooks for _bom_explode method
As we are struggled by the structure of core current code, and
https://github.com/odoo/odoo/pull/8885 hasn't been accepted in v8,
we need to make this hard move to allow a lot of workarounds like
modules not depending this one, but anyway the method itself is
not too much inheritable.
2015-12-04 18:41:24 +01:00

23 lines
554 B
Python

# -*- coding: utf-8 -*-
# (c) 2015 Serv. Tecnol. Avanzados - Pedro M. Baeza
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "MRP Hooks",
"version": "8.0.1.0.0",
"category": "Hidden",
"author": "OdooMRP team, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza",
"website": "http://www.odoomrp.com",
"contributors": [
"Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>",
],
"depends": [
"mrp",
],
"data": [
],
"installable": True
}