Skip to content

Commit 699e7ac

Browse files
[FIX] sale_exception: 'ignore_exception' field visibility by group
1 parent 6f5cb9b commit 699e7ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sale_exception/views/sale_view.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@
4848
</div>
4949
</sheet>
5050
<xpath expr="//field[@name='date_order']/.." position="inside">
51-
<field name="ignore_exception" invisible="state != 'sale'" />
51+
<field
52+
name="ignore_exception"
53+
invisible="state != 'sale'"
54+
groups="base_exception.group_exception_rule_manager"
55+
/>
5256
</xpath>
5357
<xpath expr="//field[@name='order_line']/form/group[1]" position="before">
5458
<div

0 commit comments

Comments
 (0)