Hi, is possible to hide "Other Information" tab by user access rights?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
2327
Vistas
Hi,
You can restrict the Page visibility by groups. just try this
<record model="ir.ui.view" id="view_id">
<field name="name">sale.order.form</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<data>
<xpath expr="//page[1]" position="attributes">
<attribute name="groups">groups who can have the visibility to this page</attribute>
</xpath>
</data>
</field>
</record>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
Sales quotation
Resuelto
|
|
2
mar 24
|
1865 | |
|
1
mar 15
|
4976 | ||
|
1
mar 15
|
4078 | ||
|
2
jun 21
|
13369 | ||
|
0
ago 25
|
3714 |