Skip to content

Commit

Permalink
[FIX] account_payment_line.xml: Replaced 'invisible' by 'column_invis…
Browse files Browse the repository at this point in the history
…ible' for 17.0 compatibility
  • Loading branch information
DentalSoftworksDev committed Dec 12, 2024
1 parent 061c286 commit b4bd0cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions account_payment_order/views/account_payment_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<tree>
<field
name="order_id"
invisible="not context.get('account_payment_line_main_view')"
column_invisible="not context.get('account_payment_line_main_view')"
/>
<field name="partner_id" />
<field name="communication" />
Expand All @@ -86,15 +86,15 @@
<field name="ml_maturity_date" optional="show" />
<field name="date" />
<field name="amount_currency" string="Amount" />
<field name="currency_id" invisible="1" />
<field name="currency_id" column_invisible="1" />
<field name="name" optional="show" />
<field name="company_currency_id" invisible="1" />
<field name="company_currency_id" column_invisible="1" />
<field
name="amount_company_currency"
sum="Total in Company Currency"
invisible="1"
column_invisible="1"
/>
<field name="payment_type" invisible="1" />
<field name="payment_type" column_invisible="1" />
<button
name="action_open_business_doc"
type="object"
Expand Down

0 comments on commit b4bd0cf

Please sign in to comment.