trytond-babi_reports_accoun.../__init__.py
2018-01-17 15:18:54 +01:00

11 lines
284 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 . import model
def register():
Pool.register(
model.Model,
module='babi_reports_account_invoice', type_='model')