How to display a report only in form view(not with button) and avoid it in list view?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How to display a report only in form view(not with button) and avoid it in list view?
By adding in the action, field called 'binding_view_types'.
In this field, add the 'views' that you wanna 'report' displayed.
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
1월 24
|
14193 | ||
|
0
3월 15
|
5117 | ||
|
2
2월 24
|
13069 | ||
|
1
3월 15
|
10046 | ||
|
0
3월 15
|
3307 |
I've new custom report for sale order, but i want to show it for only a single order. But when placing this report in Print menu, i can select more than one order and print it. so i want to disable report for list view..Hope you got my question..