Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2720 มุมมอง

How can have an interface of a list of tuples without a create button and have a user for only list access ?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

If you want to disable button from tree/list view then use this:

<tree string="Demo" create="false">
                    <field name="name"></field>
</tree>
อวตาร
ละทิ้ง