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
- 会計
- 在庫
- PoS
- プロジェクト
- MRP
この質問にフラグが付けられました
1
返信
246
ビュー
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
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
|
3
10月 25
|
3971 | ||
|
|
2
9月 25
|
1277 | ||
|
|
2
9月 25
|
2090 | ||
|
|
1
7月 25
|
1636 | ||
|
|
2
6月 25
|
4462 |
Hello,
Is this custom view?