How to enable expand option on the top right corner of this pop up window
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Progetti
- MRP
La domanda è stata contrassegnata
1
Rispondi
249
Visualizzazioni
Hello Eema
I hope you are doing well
Enable Expand Button in Odoo Popup
Add dialog_size to your action's context:
I hope you are doing well
Enable Expand Button in Odoo Popup
Add dialog_size to your action's context:
return {
'type': 'ir.actions.act_window',
'view_mode': 'form',
'target': 'new',
'context': {'dialog_size': 'large'}, or You can add in XML Action
}
The expand button will appear automatically.
I hope this information helps you
Thanks & Regards,
Kunjan Patel
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
|
3
ott 25
|
3973 | ||
|
|
2
set 25
|
1278 | ||
|
|
2
set 25
|
2091 | ||
|
|
1
lug 25
|
1637 | ||
|
|
2
giu 25
|
4463 |
Hello,
Is this custom view?