Merge pull request #3733 from nabinhait/fix3

POS Profile: removed income account, cost center, territory and bank/cash account from mandatory
This commit is contained in:
Nabin Hait 2015-07-29 15:57:05 +05:30
commit 43e46a8506

View File

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