Skip to Content
Menu
This question has been flagged
2 Replies
2584 Views

Hi odoo

I am newer on odoo, on CRM pipeline when the user loss an oppotunity I need to make a lost reason mandatory.

is it possible to make that whover I am odoo hosting with an entreprise subscriptions.


thanks everyone

Avatar
Discard

Hello,

You can write code in automated action, server actions and scheduled actions only and you can modify via odoo studio.

Thanks,
shivoham.odoo@gmail.com

Best Answer

Hi,
Odoo Online Enterprise did not offer the ability to directly customize the code or access the backend like the self-hosted Odoo Community version. However, Odoo provided customization options through the Odoo Studio module, which allowed users to make certain modifications to the system without the need for coding.


Hope it helps.

Avatar
Discard
Best Answer

Hi,

In odoo online, you can only customize the database using the odoo studio and using the available developer tools in the user interface.

In the specified case of CRM lead lost, reason, you can just create an inherited view of original view and make the field required from there.

Thanks

Avatar
Discard