chore: Remove domains from Setup

This commit is contained in:
Deepesh Garg
2022-04-27 13:32:51 +05:30
parent deed9702cf
commit 429361ce87
19 changed files with 3 additions and 843 deletions

View File

@@ -30,7 +30,6 @@ def create_fiscal_year_and_company(args):
"country": args.get("country"),
"create_chart_of_accounts_based_on": "Standard Template",
"chart_of_accounts": args.get("chart_of_accounts"),
"domain": args.get("domains")[0],
}
).insert()