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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
2371
Tampilan
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>
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
Sales quotation
Diselesaikan
|
|
2
Mar 24
|
2671 | |
|
1
Mar 15
|
5016 | ||
|
1
Mar 15
|
4110 | ||
|
2
Jun 21
|
13492 | ||
|
0
Agu 25
|
3840 |