Files
manufacture/mrp_operations_extension/models/__init__.py
alfredoavanzosc 5a792ed54c [FIX] mrp_operations_extension: Fixed "_operators_number_avg_cost" function, of the model "mrp.production.workcenter.line", for calculating fields: '# Operators' and 'Operator average hour cost'.
[IMP] mrp_operations_extension: Put a "onchange" to calculate fields # Operators, and Operator average hour cost, of model mrp.workcenter.
2015-12-04 18:41:28 +01:00

12 lines
453 B
Python

# -*- coding: utf-8 -*-
##############################################################################
# For copyright and license notices, see __openerp__.py file in root directory
##############################################################################
from . import mrp_routing
from . import mrp_production
from . import mrp_bom
from . import mrp_workcenter
from . import mrp_routing_operation
from . import stock_move
from . import res_config