Skip to content

Commit

Permalink
[17.0][UPD] osi_partner_credit_limit: fix readonly attribute that had…
Browse files Browse the repository at this point in the history
… extra quotation marks in it

(cherry picked from commit 3f72d1b)
  • Loading branch information
cbeddies authored and agyamuta committed Apr 19, 2024
1 parent c67a0d1 commit 8362599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osi_partner_credit_limit/views/sale.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<field name='ship_hold' position="attributes">
<attribute
name="readonly"
>"state not in ('draft', 'sent', 'sale')"</attribute>
>state not in ('draft', 'sent', 'sale')</attribute>
<attribute
name="groups"
>osi_partner_credit_limit.group_credit_hold</attribute>
</field>
<field name='credit_override' position="attributes">
<attribute name="readonly">"state in ('cancel', 'done')"</attribute>
<attribute name="readonly">state in ('cancel', 'done')</attribute>
<attribute
name="groups"
>osi_partner_credit_limit.group_credit_hold</attribute>
Expand Down

0 comments on commit 8362599

Please sign in to comment.