[capacity planning] automatically plan Time Logs from Production Order

This commit is contained in:
Rushabh Mehta
2015-02-23 20:18:38 +05:30
parent 93b2f167f8
commit a1da88a3d3
22 changed files with 279 additions and 132 deletions

View File

@@ -17,6 +17,11 @@ def get_data():
"name": "Production Order",
"description": _("Orders released for production."),
},
{
"type": "doctype",
"name": "Time Log",
"description": _("Time Logs for manufacturing."),
},
{
"type": "doctype",
"name": "Item",