Skip to content

Commit d470103

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sale_exception/views/sale_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</div>
4949
</sheet>
5050
<xpath expr="//field[@name='date_order']/.." position="inside">
51-
<field name="ignore_exception" invisible="state != 'sale'" />
51+
<field name="ignore_exception" invisible="state != 'sale'" groups="base_exception.group_exception_rule_manager"/>
5252
</xpath>
5353
<xpath expr="//field[@name='order_line']/form/group[1]" position="before">
5454
<div

0 commit comments

Comments
 (0)