Hi dear Odoo'ers
some of our odoo online clients want to have a different display_name for the leads in the crm module.
In odoo.sh no problem, there we can override the compute_display_name function.
Is there a way to do the same in odoo online?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi dear Odoo'ers
some of our odoo online clients want to have a different display_name for the leads in the crm module.
In odoo.sh no problem, there we can override the compute_display_name function.
Is there a way to do the same in odoo online?
Hi ,
On Odoo.sh, it's easy to override _compute_display_name, but in Odoo Online (SaaS), custom Python code isn’t allowed, so you can’t override that method directly.
That said, there are a one of ways you can work around it:
Use Odoo Studio (if enabled):
Hope it helps
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se