We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e9c5b9 + 699e7ac commit 2ca4f15Copy full SHA for 2ca4f15
sale_exception/views/sale_view.xml
@@ -48,7 +48,11 @@
48
</div>
49
</sheet>
50
<xpath expr="//field[@name='date_order']/.." position="inside">
51
- <field name="ignore_exception" invisible="state != 'sale'" />
+ <field
52
+ name="ignore_exception"
53
+ invisible="state != 'sale'"
54
+ groups="base_exception.group_exception_rule_manager"
55
+ />
56
</xpath>
57
<xpath expr="//field[@name='order_line']/form/group[1]" position="before">
58
<div
0 commit comments