跳至內容
選單
此問題已被標幟
1 回覆
2708 瀏覽次數

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>
頭像
捨棄