trytond-production_output_l.../__init__.py

8 lines
172 B
Python
Raw Permalink Normal View History

2014-07-07 19:27:12 +02:00
from trytond.pool import Pool
from .production import *
def register():
Pool.register(
Production,
2014-07-08 15:32:57 +02:00
module='production_output_location', type_='model')