fix: missing parameter 'country'
This commit is contained in:
parent
d8ed9dfcf4
commit
d5ff636159
@ -391,5 +391,5 @@ def set_default_accounts(company):
|
|||||||
})
|
})
|
||||||
|
|
||||||
company.save()
|
company.save()
|
||||||
install_country_fixtures(company.name)
|
install_country_fixtures(company.name, company.country)
|
||||||
company.create_default_tax_template()
|
company.create_default_tax_template()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user