Hello All,
How Can I change the stage name in CRM using code ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello All,
How Can I change the stage name in CRM using code ?
Hi,
The following code helps to Change the Stage Name 'New' to 'Intial'
For example:
Stages = self.env[;crm.stage'].search([('name','=','New')])
Stages.update{ 'name':'Intial' }
This code will help to change the stage name New to Initial
Regards
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Apr 20
|
4502 | ||
|
0
Mar 25
|
888 | ||
Deleting wrong stage in CRM
Diselesaikan
|
|
1
Sep 24
|
1552 | |
|
5
Jul 24
|
14901 | ||
Searching by a custom field in CRM module
Diselesaikan
|
|
1
Jun 24
|
1289 |