Skip to content

Commit

Permalink
[FIX+MIG] l10n_br_account_payment_order: Views v16
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcosta authored and rvalyi committed Nov 29, 2024
1 parent bc93e4d commit 7d4bc9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions l10n_br_account_payment_order/views/account_move_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@
<group
string="Linhas de Ordem de Pagamentos"
attrs="{'invisible': [('payment_method_code', 'not in', ('400', '240', '500'))]}"
colspan="2"
>
<field name="payment_line_ids" nolabel="1">
<field name="payment_line_ids" nolabel="1" colspan="2">
<tree>
<field name="communication" />
<field name="partner_bank_id" />
Expand All @@ -80,8 +81,9 @@
<group
string="Linhas de Retorno do CNAB"
attrs="{'invisible': [('payment_method_code', 'not in', ('400', '240', '500'))]}"
colspan="2"
>
<field name="cnab_return_line_ids" nolabel="1">
<field name="cnab_return_line_ids" nolabel="1" colspan="2">
<tree>
<field name="lot_id" />
<field name="invoice_id" />
Expand Down
4 changes: 2 additions & 2 deletions l10n_br_account_payment_order/views/account_payment_mode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<group
string="Configurações Brasileiras - CNAB"
name='l10n-br-config'
col="4"
col="2"
attrs="{'invisible': [('payment_method_code', 'not in', ('240','400', '500', 'manual_test') )]}"
>
<notebook name="l10n_br_account_payment_order">
<notebook name="l10n_br_account_payment_order" colspan="2">
<page string="Geral">
<group name="l10n_br_account_payment_order-geral">
<!-- Forma encontrada para evitar ter diversos
Expand Down

0 comments on commit 7d4bc9d

Please sign in to comment.