{
 "allow_import": 1, 
 "creation": "2013-06-20 11:53:21", 
 "description": "Aggregate group of **Items** into another **Item**. This is useful if you are bundling a certain **Items** into a package and you maintain stock of the packed **Items** and not the aggregate **Item**. \n\nThe package **Item** will have \"Is Stock Item\" as \"No\" and \"Is Sales Item\" as \"Yes\".\n\nFor Example: If you are selling Laptops and Backpacks separately and have a special price if the customer buys both, then the Laptop + Backpack will be a new Sales BOM Item.\n\nNote: BOM = Bill of Materials", 
 "docstatus": 0, 
 "doctype": "DocType", 
 "document_type": "Master", 
 "fields": [
  {
   "fieldname": "basic_section", 
   "fieldtype": "Section Break", 
   "label": "Sales BOM Item", 
   "permlevel": 0
  }, 
  {
   "description": "The Item that represents the Package. This Item must have \"Is Stock Item\" as \"No\" and \"Is Sales Item\" as \"Yes\"", 
   "fieldname": "new_item_code", 
   "fieldtype": "Link", 
   "in_list_view": 1, 
   "label": "Parent Item", 
   "no_copy": 1, 
   "oldfieldname": "new_item_code", 
   "oldfieldtype": "Data", 
   "options": "Item", 
   "permlevel": 0, 
   "reqd": 1
  }, 
  {
   "description": "List items that form the package.", 
   "fieldname": "item_section", 
   "fieldtype": "Section Break", 
   "label": "Package Items", 
   "permlevel": 0
  }, 
  {
   "fieldname": "sales_bom_items", 
   "fieldtype": "Table", 
   "label": "Sales BOM Items", 
   "oldfieldname": "sales_bom_items", 
   "oldfieldtype": "Table", 
   "options": "Sales BOM Item", 
   "permlevel": 0, 
   "reqd": 1
  }
 ], 
 "icon": "icon-sitemap", 
 "idx": 1, 
 "is_submittable": 0, 
 "modified": "2014-05-27 03:49:17.656569", 
 "modified_by": "Administrator", 
 "module": "Selling", 
 "name": "Sales BOM", 
 "owner": "Administrator", 
 "permissions": [
  {
   "amend": 0, 
   "create": 1, 
   "delete": 1, 
   "email": 1, 
   "permlevel": 0, 
   "print": 1, 
   "read": 1, 
   "report": 1, 
   "role": "Material Manager", 
   "submit": 0, 
   "write": 1
  }, 
  {
   "amend": 0, 
   "apply_user_permissions": 1, 
   "create": 0, 
   "delete": 0, 
   "email": 1, 
   "permlevel": 0, 
   "print": 1, 
   "read": 1, 
   "report": 1, 
   "role": "Material User", 
   "submit": 0, 
   "write": 0
  }, 
  {
   "amend": 0, 
   "apply_user_permissions": 1, 
   "create": 1, 
   "delete": 1, 
   "email": 1, 
   "permlevel": 0, 
   "print": 1, 
   "read": 1, 
   "report": 1, 
   "role": "Sales User", 
   "submit": 0, 
   "write": 1
  }
 ]
}