Commit 491d5a24 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_production_planning: add period parameter

parent 527b52d5
......@@ -7,8 +7,8 @@ if not start_date:
start_date = context.getStartDate()
if not stop_date:
stop_date = context.getStopDate()
period = context.getProductionPlanningPeriod()
if not period:
period = context.getProductionPlanningPeriod()
date_dict = {
'monday': 1,
......
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>start_date = None, stop_date=None, matrixbox=True, base_id=\'cell\'</string> </value>
<value> <string>start_date = None, stop_date=None, matrixbox=True, base_id=\'cell\', period=None</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
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