POS Profile: removed income account, cost center, territory and bank-cash account from mandatory

This commit is contained in:
Nabin Hait 2015-07-28 15:10:17 +05:30
parent 8e8e9c61ca
commit 26052df76e

View File

@ -27,7 +27,7 @@
"options": "Territory", "options": "Territory",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0,
"reqd": 1 "reqd": 0
}, },
{ {
"fieldname": "naming_series", "fieldname": "naming_series",
@ -167,7 +167,7 @@
"options": "Account", "options": "Account",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0,
"reqd": 1 "reqd": 0
}, },
{ {
"fieldname": "income_account", "fieldname": "income_account",
@ -178,7 +178,7 @@
"options": "Account", "options": "Account",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0,
"reqd": 1 "reqd": 0
}, },
{ {
"depends_on": "eval:cint(sys_defaults.auto_accounting_for_stock)", "depends_on": "eval:cint(sys_defaults.auto_accounting_for_stock)",
@ -201,7 +201,7 @@
"options": "Cost Center", "options": "Cost Center",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0,
"reqd": 1 "reqd": 0
}, },
{ {
"fieldname": "write_off_account", "fieldname": "write_off_account",
@ -234,7 +234,7 @@
], ],
"icon": "icon-cog", "icon": "icon-cog",
"idx": 1, "idx": 1,
"modified": "2015-07-07 08:56:04.381471", "modified": "2015-07-28 15:07:14.417200",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "POS Profile", "name": "POS Profile",