[minor] only one Temporary Opening account
This commit is contained in:
parent
01e4c8f0f8
commit
6894b9e457
@ -54,8 +54,8 @@
|
||||
"Investments": {
|
||||
"is_group": 1
|
||||
},
|
||||
"Temporary Accounts (Assets)": {
|
||||
"Temporary Assets": {}
|
||||
"Temporary Accounts": {
|
||||
"Temporary Opening": {}
|
||||
},
|
||||
"root_type": "Asset"
|
||||
},
|
||||
@ -175,9 +175,6 @@
|
||||
"Unsecured Loans": {},
|
||||
"Bank Overdraft Account": {}
|
||||
}
|
||||
},
|
||||
"Temporary Accounts (Liabilities)": {
|
||||
"Temporary Liabilities": {}
|
||||
},
|
||||
"root_type": "Liability"
|
||||
}
|
||||
|
@ -57,8 +57,8 @@ def get():
|
||||
_("Investments"): {
|
||||
"is_group": 1
|
||||
},
|
||||
_("Temporary Accounts (Assets)"): {
|
||||
_("Temporary Assets"): {}
|
||||
_("Temporary Accounts"): {
|
||||
_("Temporary Opening"): {}
|
||||
},
|
||||
"root_type": "Asset"
|
||||
},
|
||||
@ -174,9 +174,6 @@ def get():
|
||||
_("Unsecured Loans"): {},
|
||||
_("Bank Overdraft Account"): {},
|
||||
},
|
||||
},
|
||||
_("Temporary Accounts (Liabilities)"): {
|
||||
_("Temporary Liabilities"): {}
|
||||
},
|
||||
"root_type": "Liability"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user