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
- Buchhaltung
- Lager
- PoS
- Projekte
- MRP
Diese Frage wurde gekennzeichnet
1
Antworten
5616
Ansichten
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>
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren