We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0864b commit f03f982Copy full SHA for f03f982
sale_analytic/views/sale_order_views.xml
@@ -10,7 +10,7 @@
10
name="analytic_distribution"
11
widget="analytic_distribution"
12
groups="analytic.group_analytic_accounting"
13
- readonly="state in ('done', 'cancel')"
+ readonly="state == 'cancel' or locked"
14
/>
15
</xpath>
16
<field name="order_line" position="attributes">
0 commit comments