Skip to content

Commit 3decf89

Browse files
committed
Merge PR #666 into 17.0
Signed-off-by dreispt
2 parents 286eb1d + 430715f commit 3decf89

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

mgmtsystem_review/views/mgmtsystem_review.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@
1111
<tree>
1212
<field name="name" />
1313
<field name="type" />
14-
<field name="action_id" column_invisible="type != 'action'" />
15-
<field
16-
name="nonconformity_id"
17-
column_invisible="type != 'nonconformity'"
18-
/>
14+
<field name="action_id" />
15+
<field name="nonconformity_id" />
1916
<field name="decision" />
2017
<field name="company_id" groups="base.group_multi_company" />
2118
</tree>
@@ -209,7 +206,7 @@
209206
<field
210207
name="conclusion"
211208
nolabel="1"
212-
readonly=" state == 'done'"
209+
readonly="state == 'done'"
213210
/>
214211
</page>
215212
</notebook>

0 commit comments

Comments
 (0)