Skip to content
Snippets Groups Projects

V1 imrpvements to CompanyEasyCreation wizard (CRM Lead execution):raising_hand:

Merged Benjamí Ramos requested to merge feature/create_company_from_crm into dev
2 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -16,7 +16,8 @@ _HIERARCHY_LEVEL_VALUES = [
class ResCompany(models.Model):
_inherit = "res.company"
_name = 'res.company'
_inherit = ['res.company', "mail.thread", "mail.activity.mixin"]
@api.onchange("hierarchy_level")
def onchange_hierarchy_level(self):
Loading