registred class diary in __init__
This commit is contained in:
parent
103b9d89ba
commit
4d02d61639
@ -1,10 +1,11 @@
|
||||
from trytond.pool import Pool
|
||||
from . import (address, party, product, purchase, sale,
|
||||
from . import (address, diary, party, product, purchase, sale,
|
||||
equipment, configuration_equipment, maintenance, subscription)
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
address.Address,
|
||||
diary.Diary,
|
||||
party.Party,
|
||||
product.Template,
|
||||
product.Product,
|
||||
|
Loading…
Reference in New Issue
Block a user