kalenislims/lims_project_interlaboratory/__init__.py
2018-05-23 20:47:26 -03:00

14 lines
385 B
Python

# This file is part of lims_project_interlaboratory module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from trytond.pool import Pool
from . import project
def register():
Pool.register(
project.Project,
project.Entry,
module='lims_project_interlaboratory', type_='model')