Commit d54decfe authored by Jérome Perrin's avatar Jérome Perrin

Accounting lines will be build when passing the start transition, not confirmed anylonger

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20579 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 38e81ae6
......@@ -29,7 +29,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>Delivery_Build</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
......@@ -29,7 +29,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string></string> </value>
<value> <string>Delivery_Build</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
......@@ -71,7 +71,7 @@ LOG = lambda msg:context.log(script.getId(), msg)\n
kw[\'parent_specialise_portal_type\'] = \'Invoice Transaction Rule\'\n
kw[\'explanation_portal_type\'] = [\'Purchase Order\', \'Purchase Invoice Transaction\', \'Purchase Packing List\']\n
kw[\'portal_type\'] = \'Simulation Movement\'\n
kw[\'grand_parent_simulation_state\'] = [\'confirmed\']\n
kw[\'grand_parent_simulation_state\'] = [\'started\']\n
\n
kw.update(context.portal_catalog.buildSQLQuery(**kw))\n
\n
......
......@@ -71,7 +71,7 @@ LOG = lambda msg:context.log("SaleInvoice_selectMovement", msg)\n
kw[\'parent_specialise_portal_type\'] = \'Invoice Transaction Rule\'\n
kw[\'explanation_portal_type\'] = [\'Sale Order\', \'Sale Invoice Transaction\', \'Sale Packing List\']\n
kw[\'portal_type\'] = \'Simulation Movement\'\n
kw[\'grand_parent_simulation_state\'] = [\'confirmed\']\n
kw[\'grand_parent_simulation_state\'] = [\'started\']\n
\n
kw.update(context.portal_catalog.buildSQLQuery(**kw))\n
\n
......
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