def show_confirmation_message(self):
return {
'name': 'Wizard de ejemplo',
'type': 'ir.actions.act_window',
'res_model': 'my_module.crm.wizard_confirm',
'view_mode': 'form',
'target': 'new',
}
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
 - e-Commerce
 - Comptabilitat
 - Inventari
 - PoS
 - Project
 - MRP
 
This question has been flagged
i tried this but the form view won't showed up, is there another way to make a confirmation wizard or popup when stage is changed?
Hi,
Write an onchange function. If the stage changes, this wizard will appear on your screen.
@api.onchange('stage_field')  return {  'res_id': self.stage_change_wizard.id, } Hope it helps  | 
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
| 
             | 
        
            
                
                2
            
            
             de jul. 24  
         | 
        2378 | ||
| 
             | 
        
            
                
                0
            
            
             de gen. 24  
         | 
        2314 | ||
| 
             | 
        
            
                
                1
            
            
             de gen. 24  
         | 
        2347 | ||
| 
             | 
        
            
                
                0
            
            
             de març 15  
         | 
        3922 | ||
| 
             | 
        
            
                
                7
            
            
             d’ag. 25  
         | 
        29008 |