trytond-aeat_340/__init__.py

15 lines
365 B
Python
Raw Normal View History

2013-08-16 17:55:54 +02:00
#This file is part of 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 .aeat import *
def register():
Pool.register(
Report,
Issued,
Received,
Investment,
Intracommunity,
module='aeat_340', type_='model')