Faircot action

This commit is contained in:
2026-07-26 19:59:09 +02:00
parent 439e9002aa
commit 2afa454a03
4 changed files with 105 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ def register():
rules.AutomationRuleSet,
freight_booking.FreightBookingInfo,
booking_report.FreightBookingShipmentReport,
booking_report.FreightBookingShipmentReportLinkStart,
cron.Cron,
cron.AutomationCron,
module='automation', type_='model')
Pool.register(
booking_report.FreightBookingShipmentReportLink,
module='automation', type_='wizard')