Whenever The Lead Form Loaded , The User_id(Salesperson) Is Automatically Populated in Lead Form . My Requirement Is To Make Empty user_id Field When Ever The Lead Form Load . How To Achieve This
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
In crm_lead.py remove line from _default:
_defaults = {
'user_id': lambda s, cr, uid, c: s._get_default_user(cr, uid, c),
Thanks.
No This Is Not Working I Tried. _defaults = { 'user_id' : False }
Restart the server after applying change, As you make changes in .py file.
No Even After Restarting Its Not Working :-) I Tried By Commenting The Standard "crm_lead.py " File . No Changes Even After Changing In Standard File In Defaults (I restarted The Server and Upgraded Too)
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
ene 23
|
2422 | ||
|
1
ago 22
|
5324 | ||
|
1
ene 19
|
3872 | ||
|
0
dic 18
|
5366 | ||
|
1
feb 23
|
1896 |