Skip to content

Commit b6d26c8

Browse files
committed
Fix groups on companies
1 parent 1967296 commit b6d26c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

condominium/data/ir_ui_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<group>
201201
<group>
202202
<field name="x_condominium"/>
203-
<field name="x_studio_company_id" options="{'no_create': True}" on_change="1"/>
203+
<field name="x_studio_company_id" groups="base.group_no_one" options="{'no_create': True}" on_change="1"/>
204204
<field name="x_building" options="{'create_name_field': 'x_name', 'no_create': true}" required="True"/>
205205
<field name="x_type" options="{'create_name_field': 'x_name'}" required="True"/>
206206
<field name="x_owner" string="Owner" required="True"/>

0 commit comments

Comments
 (0)