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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
5054
瀏覽次數
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)
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
2
1月 23
|
2523 | ||
|
1
8月 22
|
5470 | ||
|
1
1月 19
|
3959 | ||
|
0
12月 18
|
5405 | ||
|
1
2月 23
|
1934 |