trytond-production_package/__init__.py

14 lines
326 B
Python
Raw Normal View History

2014-05-07 07:59:12 +02:00
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond.pool import Pool
from .stock import *
def register():
Pool.register(
Package,
Move,
Production,
ShipmentOut,
module='production_package', type_='model')