Is there some way to disable the "Add a new column" link in the Opportunities Kanban view ? By means of security settings ? Or is it somewhere available in the seetings (e.g. menus) ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухгалтерия
- Склад
- PoS
- Проекты
- MRP
Этот вопрос был отмечен
1
Ответить
5620
Представления
Inherit the kanban view to add the group_create attribute to the kanban node. It may also be possible to remove it based on security groups with th eattribute tag. Check odoo help on views for more info.
<kanban position="attributes">
<attribute name="group_create">false</attribute>
</kanban>
Не оставайтесь в стороне – присоединяйтесь к обсуждению!
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация