Commit c556c116 authored by Sebastien Robin's avatar Sebastien Robin Committed by Your Name

mrp: do not guess transformation on temp delivery line

This avoid issues when expanding simulation. Indeed, we have cases with temporary production
order line generated by composition, and then search of predicate fails on such movement (because
we try to call getAcquiredCategoryList and this try to check if there is sub objects, like default_address,
and then it complains that composition should never be used has folder !)
parent 0ebcacc1
......@@ -87,7 +87,7 @@
</item>
<item>
<key> <string>temporary_document_disallowed</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
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