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
- Contabilidad
- Inventario
- PoS
- Proyectos
- MRP
Se marcó esta pregunta
1
Responder
5617
Vistas
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>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse