20.01.26
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from trytond.pool import Pool
|
||||
from . import automation,rules,freight_booking #, document
|
||||
from . import automation,rules,freight_booking,cron #, document
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
automation.AutomationDocument,
|
||||
rules.AutomationRuleSet,
|
||||
freight_booking.FreightBookingInfo,
|
||||
cron.Cron,
|
||||
module='automation', type_='model')
|
||||
Reference in New Issue
Block a user