From 6d82621a34490a6a64754e6f1fe4190f22de0a6b Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 26 Jan 2026 22:41:31 +0100 Subject: [PATCH] 26.01.26 --- modules/automation/automation.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/automation/automation.py b/modules/automation/automation.py index 5f9a1e3..4601771 100644 --- a/modules/automation/automation.py +++ b/modules/automation/automation.py @@ -326,6 +326,9 @@ class AutomationDocument(ModelSQL, ModelView, Workflow): d.tol_max = 0 d.incoterm = None d.reference = str(sale.id) + d.del_period = None + d.from_del = None + d.to_del = None ct.contracts = [d] ContractFactory.create_contracts( ct.contracts,