fix: converting spaces to tabs on a few lines
This commit is contained in:
parent
830f2b642b
commit
ad33c19510
@ -9,4 +9,4 @@ def get_data():
|
||||
'items': ['Purchase Order', 'Sales Order']
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -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']
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ def get_data():
|
||||
'items': ['Material Request', 'Stock Entry']
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ def get_data():
|
||||
'items': ['BOM', 'Work Order', 'Job Card', 'Timesheet']
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@ def get_data():
|
||||
'items': ['BOM', 'Routing', 'Work Order', 'Job Card', 'Operation', 'Timesheet']
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -44,4 +44,4 @@ def get_data():
|
||||
'items': ['Production Plan', 'Work Order', 'Item Manufacturer']
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user