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