update update company script
This commit is contained in:
parent
77694443aa
commit
17fb06d6d3
1 changed files with 5 additions and 5 deletions
|
|
@ -1752,9 +1752,9 @@ def create_companies():
|
|||
"country": "United States"
|
||||
})
|
||||
doc.insert(ignore_permissions=True)
|
||||
doc.create_default_accounts()
|
||||
doc.create_default_cost_center()
|
||||
doc.create_default_warehouses()
|
||||
doc.create_default_tax_template()
|
||||
doc.create_default_departments()
|
||||
# doc.create_default_accounts()
|
||||
# doc.create_default_cost_center()
|
||||
# doc.create_default_warehouses()
|
||||
# doc.create_default_tax_template()
|
||||
# doc.create_default_departments()
|
||||
print(f"✅ Created company '{company['company_name']}' with default accounts, cost center, and warehouse.")
|
||||
Loading…
Add table
Add a link
Reference in a new issue