trytond-production_output_l.../__init__.py

8 lines
172 B
Python

from trytond.pool import Pool
from .production import *
def register():
Pool.register(
Production,
module='production_output_location', type_='model')