mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_field_tooltip: ir.model and ir.model.fields access if not admin
This commit is contained in:
@@ -18,10 +18,14 @@
|
||||
<group name="first">
|
||||
<group name="left">
|
||||
<field name="active" invisible="1" />
|
||||
<field name="model_id" />
|
||||
<field
|
||||
name="model_id"
|
||||
options="{'create_edit': false, 'no_open': True}"
|
||||
/>
|
||||
<field
|
||||
name="field_id"
|
||||
domain="[('model_id', '=', model_id)]"
|
||||
options="{'create_edit': false, 'no_open': True}"
|
||||
/>
|
||||
</group>
|
||||
<group name="right">
|
||||
|
||||
Reference in New Issue
Block a user