trytond-purchase_fedicom/__init__.py
?ngel ?lvarez 43f801a526 wip
2017-01-11 12:45:02 +01:00

16 lines
383 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
import purchase
def register():
Pool.register(
purchase.Party,
purchase.Product,
purchase.Purchase,
purchase.PurchaseLine,
purchase.FedicomLog,
module='purchase_fedicom', type_='model')