mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
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.
23 lines
554 B
Python
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
|
|
}
|