From 08581f24eaf7138f752761cafface6c6f7e8c590 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 20 Jan 2026 21:35:00 +0100 Subject: [PATCH] 20.01.26 --- modules/automation/automation.py | 2 ++ modules/purchase_trade/view/shipment_in_form.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/automation/automation.py b/modules/automation/automation.py index 2048bca..6767fb9 100644 --- a/modules/automation/automation.py +++ b/modules/automation/automation.py @@ -193,6 +193,8 @@ class AutomationDocument(ModelSQL, ModelView, Workflow): WeightReport = Pool().get('weight.report') WeightReport.create_from_json(metadata) + + # if cls.rule_set.ocr_required: # cls.run_ocr([doc]) # if cls.rule_set.structure_required and doc.state != "error": diff --git a/modules/purchase_trade/view/shipment_in_form.xml b/modules/purchase_trade/view/shipment_in_form.xml index 0a3ff41..5b89679 100755 --- a/modules/purchase_trade/view/shipment_in_form.xml +++ b/modules/purchase_trade/view/shipment_in_form.xml @@ -111,7 +111,7 @@ this repository contains the full copyright notices and license terms. --> - + \ No newline at end of file