trytond-babi_reports_produc.../__init__.py
2014-02-11 09:30:23 +01:00

12 lines
272 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 .model import *
def register():
Pool.register(
Model,
module='babi_reports_product', type_='model')