parent
ef76f62bc1
commit
9dc0843cbd
@ -43,13 +43,13 @@ def validate_filters(filters: Filters) -> None:
|
|||||||
def get_columns() -> Columns:
|
def get_columns() -> Columns:
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
'label': 'Item Group',
|
'label': _('Item Group'),
|
||||||
'fieldname': 'item_group',
|
'fieldname': 'item_group',
|
||||||
'fieldtype': 'Data',
|
'fieldtype': 'Data',
|
||||||
'width': '200'
|
'width': '200'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': 'COGS Debit',
|
'label': _('COGS Debit'),
|
||||||
'fieldname': 'cogs_debit',
|
'fieldname': 'cogs_debit',
|
||||||
'fieldtype': 'Currency',
|
'fieldtype': 'Currency',
|
||||||
'width': '200'
|
'width': '200'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user