20.01.26
This commit is contained in:
@@ -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":
|
||||
|
||||
@@ -111,7 +111,7 @@ this repository contains the full copyright notices and license terms. -->
|
||||
</xpath>
|
||||
<xpath expr="//page[@id='other']" position="after">
|
||||
<page string="Weight Report" col="4" id="wr">
|
||||
<field name="wr" colspan="4" mode="tree" view_ids="purchase_trade.shipment_wr_view_tree"/>
|
||||
<field name="shipment_wr" colspan="4" mode="tree" view_ids="purchase_trade.shipment_wr_view_tree"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user