Commit d4d2d65f authored by Sebastien Robin's avatar Sebastien Robin

mrp: auto_planned state should not be considered as draft

Auto planned movements are not only draft, it could be very useful to take such
movement into account when doing stock optimisations
parent 15f08b29
......@@ -38,9 +38,7 @@
<item>
<key> <string>type_list</string> </key>
<value>
<tuple>
<string>draft_order</string>
</tuple>
<tuple/>
</value>
</item>
</dictionary>
......
......@@ -39,7 +39,8 @@
<key> <string>type_list</string> </key>
<value>
<tuple>
<string>draft_order</string>
<string>planned_order</string>
<string>future_inventory</string>
</tuple>
</value>
</item>
......
......@@ -38,9 +38,7 @@
<item>
<key> <string>type_list</string> </key>
<value>
<tuple>
<string>draft_order</string>
</tuple>
<tuple/>
</value>
</item>
</dictionary>
......
......@@ -39,7 +39,7 @@
<key> <string>type_list</string> </key>
<value>
<tuple>
<string>draft_order</string>
<string>planned_order</string>
</tuple>
</value>
</item>
......
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