trytond-asset_elevator/__init__.py

20 lines
436 B
Python
Raw Normal View History

2014-09-23 12:22:30 +02:00
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond.pool import Pool
from .asset import *
def register():
Pool.register(
Building,
ElevatorType,
Finish,
ManeveurType,
HoseType,
Situation,
Suspension,
DoorType,
Guide,
Elevator,
module='asset_elevator', type_='model')