Commit 742372bf authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

support new simulation hierarchy.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33511 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9951921e
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
from Products.ERP5Type.Log import log\n from Products.ERP5Type.Log import log\n
LOG = lambda msg:log("SaleInvoice_selectPackingListMovement", msg)\n LOG = lambda msg:log("SaleInvoice_selectPackingListMovement", msg)\n
\n \n
kw[\'parent_specialise_portal_type\'] = \'Invoicing Rule\'\n kw[\'parent_specialise_portal_type\'] = [\'Invoicing Rule\', \'Invoice Simulation Rule\']\n
kw[\'explanation_portal_type\'] = [\'Task\', \'Task Report\']\n kw[\'explanation_portal_type\'] = [\'Task\', \'Task Report\']\n
kw[\'portal_type\'] = \'Simulation Movement\'\n kw[\'portal_type\'] = \'Simulation Movement\'\n
kw[\'grand_parent_simulation_state\'] = [\'started\', \'stopped\',\'delivered\']\n kw[\'grand_parent_simulation_state\'] = [\'started\', \'stopped\',\'delivered\']\n
......
737 738
\ No newline at end of file \ 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