[FIX] mrp_operations_extension: Hook import for migration script

This commit is contained in:
Pedro M. Baeza
2015-12-09 14:47:43 +01:00
parent 56769b0dc2
commit 18e112e65c

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# (c) 2015 Serv. Tecnol. Avanzados - Pedro M. Baeza
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from openerp.addons.mrp_operations_extension import (
from openerp.addons.mrp_operations_extension.hooks import (
create_default_routing_workcenter_line)