Warehouse Account Linking (#9292)
* [enhance] Added account in the warehouse * documentation * patch to move account head from account to warehouse * fixed test cases * Fixes in warehouse-account linking * minor fix in test case
This commit is contained in:
@@ -90,8 +90,7 @@ def create_default_warehouse_group(company=None, stock_account_group=None, ignor
|
||||
"warehouse_name": _("All Warehouses"),
|
||||
"is_group": 1,
|
||||
"company": company.name if company else "",
|
||||
"parent_warehouse": "",
|
||||
"create_account_under": stock_account_group
|
||||
"parent_warehouse": ""
|
||||
})
|
||||
|
||||
if ignore_mandatory:
|
||||
|
||||
Reference in New Issue
Block a user