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
회신
236
화면
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
|
3958 | ||
|
|
2
9월 25
|
1270 | ||
|
|
2
9월 25
|
2087 | ||
|
|
1
7월 25
|
1633 | ||
|
|
2
6월 25
|
4451 |
Hello,
Is this custom view?