Commit 9bbf3b7d authored by Tatuya Kamada's avatar Tatuya Kamada

Fix the issue that the Stock view on Production Order does not show anything.

parent 7f3bebb5
......@@ -55,10 +55,10 @@
portal_type_dict_mapping = {\n
\'Production Order\' : {\'node_uid\' : context.getDestinationUid()},\n
}\n
kw = {}\n
kw[\'group_by_node\'] = 1\n
kw[\'group_by_section\'] = 0\n
kw[\'group_by_variation\'] = 1\n
kw[\'explanation_uid\'] = context.getUid()\n
\n
kw.update( **portal_type_dict_mapping.get(context.getPortalType(),{}) )\n
return context.getFutureInventoryList(*args,**kw)\n
......
2011-05-23 tatuya
* Fix the issue that the Stock view on Production Order does not show anything.
2011-04-14 yusei
* Remove old unnecessary tales expression from relation string fields.
......
458
\ No newline at end of file
459
\ 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