Fixed exploded BOM construction

This commit is contained in:
Anand Doshi
2014-04-15 16:13:48 +05:30
parent 2c45899a02
commit c5e057f676
2 changed files with 8 additions and 7 deletions

View File

@@ -7,8 +7,9 @@ data = [
"items": [
{
"type": "doctype",
"name": "Bill of Materials",
"name": "BOM",
"description": _("Bill of Materials (BOM)"),
"label": _("Bill of Material")
},
{
"type": "doctype",
@@ -25,7 +26,7 @@ data = [
"name": "Workstation",
"description": _("Where manufacturing operations are carried out."),
},
]
},
{
@@ -74,4 +75,4 @@ data = [
},
]
},
]
]