trytond-aeat_349_es/__init__.py
Albert Cervera i Areny af948bff74 Initial commit.
2013-10-29 18:54:26 +01:00

8 lines
224 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
def register():
Pool.register(
module='aeat_349_es', type_='model')