trytondo-analytic_sale_pos/__init__.py~

13 lines
284 B
Python
Raw Normal View History

from trytond.pool import Pool
__all__ = ['register']
def register():
Pool.register(
module='analytic_sale_pos', type_='model')
Pool.register(
module='analytic_sale_pos', type_='wizard')
Pool.register(
module='analytic_sale_pos', type_='report')