fix: converting spaces to tabs on a few lines

This commit is contained in:
karthikeyan5 2019-07-05 11:28:59 +05:30
parent 830f2b642b
commit ad33c19510
6 changed files with 10 additions and 10 deletions

View File

@ -9,4 +9,4 @@ def get_data():
'items': ['Purchase Order', 'Sales Order']
}
]
}
}

View File

@ -6,9 +6,9 @@ def get_data():
'fieldname': 'bom_no',
'non_standard_fieldnames': {
'Item': 'default_bom',
'Purchase Order': 'bom',
'Purchase Receipt': 'bom',
'Purchase Invoice': 'bom'
'Purchase Order': 'bom',
'Purchase Receipt': 'bom',
'Purchase Invoice': 'bom'
},
'transactions': [
{
@ -19,9 +19,9 @@ def get_data():
'label': _('Manufacture'),
'items': ['BOM', 'Work Order', 'Job Card', 'Production Plan']
},
{
{
'label': _('Purchase'),
'items': ['Purchase Order', 'Purchase Receipt', 'Purchase Invoice']
}
]
}
}

View File

@ -10,4 +10,4 @@ def get_data():
'items': ['Material Request', 'Stock Entry']
}
]
}
}

View File

@ -10,4 +10,4 @@ def get_data():
'items': ['BOM', 'Work Order', 'Job Card', 'Timesheet']
}
]
}
}

View File

@ -10,4 +10,4 @@ def get_data():
'items': ['BOM', 'Routing', 'Work Order', 'Job Card', 'Operation', 'Timesheet']
}
]
}
}

View File

@ -44,4 +44,4 @@ def get_data():
'items': ['Production Plan', 'Work Order', 'Item Manufacturer']
}
]
}
}