Commit 159dd4b6 authored by Łukasz Nowak's avatar Łukasz Nowak

- restrict movements to builder Sale Packing List to confirmed only, as any...

 - restrict movements to builder Sale Packing List to confirmed only, as any movement related to root applied rule is buildable


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28164 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cb38f1cc
......@@ -56,6 +56,7 @@
<value> <string>kw[\'parent_specialise_portal_type\'] = [\'BPM Order Rule\', \'BPM Delivery Rule\']\n
kw[\'explanation_portal_type\'] = \'Sale Order\'\n
kw[\'portal_type\'] = \'Simulation Movement\'\n
kw[\'simulation_state\'] = \'confirmed\'\n
\n
kw.update(context.portal_catalog.buildSQLQuery(**kw))\n
\n
......
223
\ No newline at end of file
224
\ No newline at end of file
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