fix: Doctype changes

- Check no copy for work order series field
- Add dashboard
- Set naming_series for pick list
This commit is contained in:
Suraj Shetty
2019-08-28 12:40:26 +05:30
parent 8f32ac0edd
commit be0ae7a430
5 changed files with 27 additions and 7 deletions

View File

@@ -30,6 +30,12 @@ def get_data():
"onboard": 1,
"dependencies": ["Item"],
},
{
"type": "doctype",
"name": "Pick List",
"onboard": 1,
"dependencies": ["Item"],
},
{
"type": "doctype",
"name": "Delivery Trip"
@@ -329,5 +335,5 @@ def get_data():
}
]
},
]