trytond-product_cost_plan_o.../__init__.py
2014-01-03 13:12:01 +01:00

12 lines
302 B
Python

#The COPYRIGHT file at the top level of this repository contains the full
#copyright notices and license terms.
from trytond.pool import Pool
from .plan import *
def register():
Pool.register(
PlanOperationLine,
Plan,
module='product_cost_plan_operation', type_='model')