Commit 0b9da636 authored by Yusei Tahara's avatar Yusei Tahara

Stop displaying non-dated production order in planning box. It is useless.

parent bd9dfa6b
......@@ -50,8 +50,10 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return context.portal_selections.getSelectionValueList(context=context,\n
<value> <string>return [brain\n
for brain in context.portal_selections.getSelectionValueList(context=context,\n
selection_name= \'production_order_module_selection\')\n
if brain.getStartDate() is not None and brain.getStopDate() is not None]\n
</string> </value>
</item>
<item>
......
2011-06-07 yusei
* Stop displaying non-dated production order in planning box. It is useless.
2011-06-02 arnaud.fontaine
* Fix quantity unit conversion on ProductionOrder_viewMaterialConsumption.
......
461
\ No newline at end of file
462
\ 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