main #7
@@ -193,6 +193,8 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
|
|||||||
WeightReport = Pool().get('weight.report')
|
WeightReport = Pool().get('weight.report')
|
||||||
WeightReport.create_from_json(metadata)
|
WeightReport.create_from_json(metadata)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# if cls.rule_set.ocr_required:
|
# if cls.rule_set.ocr_required:
|
||||||
# cls.run_ocr([doc])
|
# cls.run_ocr([doc])
|
||||||
# if cls.rule_set.structure_required and doc.state != "error":
|
# 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>
|
||||||
<xpath expr="//page[@id='other']" position="after">
|
<xpath expr="//page[@id='other']" position="after">
|
||||||
<page string="Weight Report" col="4" id="wr">
|
<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>
|
</page>
|
||||||
</xpath>
|
</xpath>
|
||||||
</data>
|
</data>
|
||||||
Reference in New Issue
Block a user