Commit aacf0773 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_mrp_quality_assurance: we use checkConsistency which use objectValues, not depend to sql

parent 3377ab9d
...@@ -12,9 +12,7 @@ for me in context.portal_catalog( ...@@ -12,9 +12,7 @@ for me in context.portal_catalog(
me.activate( me.activate(
after_tag= previous_tag, after_tag= previous_tag,
tag=current_tag, tag=current_tag,
after_method_id = ('recursiveImmediateReindexObject', after_path_and_method_id = (me.getPath(), ('_updateSimulation', 'updateCausalityState'))
'immediateReindexObject',
'_updateSimulation')
).ManufacturingExecution_buildQualityAssurance() ).ManufacturingExecution_buildQualityAssurance()
previous_tag = current_tag previous_tag = current_tag
index += 1 index += 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment