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
- Проекты
- MRP
Этот вопрос был отмечен
1
Ответить
5412
Представления
By adding in the action, field called 'binding_view_types'.
In this field, add the 'views' that you wanna 'report' displayed.
Не оставайтесь в стороне – присоединяйтесь к обсуждению!
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
|
1
янв. 24
|
14860 | ||
|
|
0
мар. 15
|
5891 | ||
|
|
2
февр. 24
|
13886 | ||
|
|
1
мар. 15
|
10751 | ||
|
|
0
мар. 15
|
3928 |
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..