Commit 123f05d0 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_production_planning: default title is "Production Plainng at date"

parent b9cddf91
......@@ -15,4 +15,5 @@ else:
context.edit(
start_date=start_date,
stop_date=stop_date,
title = context.Base_translateString('Production Planning at ${date}', mapping= {'date': start_date.Date()}),
production_planning_period = context.portal_preferences.getPreferredProductionPlanningPeriod())
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