Skip to content
Snippets Groups Projects
Commit 85fc2764 authored by Daniil Digtyar Vasilieva's avatar Daniil Digtyar Vasilieva :call_me:
Browse files

Assign create user true in create easy company

parent 0f7c71d1
No related branches found
No related tags found
2 merge requests!86Fix partners company,!6614.0 fix migration error and nice to have
......@@ -70,6 +70,7 @@ class AccountMulticompanyEasyCreationWiz(models.TransientModel):
action = super(AccountMulticompanyEasyCreationWiz, self).action_accept()
self.update_values_from_crm_lead()
self.new_company_id.property_cooperator_account = self.property_cooperator_account
self.new_company_id.create_user = True
self.update_product_category_company_share()
self.create_capital_share_product_template()
return action
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment