Domain : [('stage_id','=','Quote')] ? |
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Domain : [('stage_id','=','Quote')] ? |
Hello Hendy,
In crm module , proposition stage is already created from data file.
you can get proposition stage id like below syntax:
proposition_id = self.env.ref('crm.stage_lead3').id
domain :
self.env["crm.lead"].search(
[("stage_id", "=", proposition_id)]
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
9月 25
|
446 | ||
|
1
8月 23
|
1803 | ||
|
2
8月 25
|
912 | ||
|
2
5月 25
|
1748 | ||
|
1
4月 25
|
1710 |