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:
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
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
1
Apr. 20
|
5317 | |||
|
2
Aug. 25
|
2348 | |||
|
Deleting wrong stage in CRM
Gelöst
|
1
Sept. 24
|
2456 | ||
|
5
Juli 24
|
16521 | |||
|
1
Juni 24
|
2041 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.