Skip to content

Commit

Permalink
[FIX] l10n_br_account_payment_order: Discount Code
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcosta committed Dec 18, 2024
1 parent ca0f72f commit 589accb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@
<field name="boleto_fee_perc" />
</group>
<group name="desconto" string="Configuração de Desconto">
<field
name="boleto_discount_code_id"
domain="['&amp;', ('payment_method_ids', 'in', payment_method_id),
('bank_ids', 'in', bank_id), ('code_type', '=', 'discount_code')]"
/>
<field name="boleto_discount_perc" />
</group>
<group
Expand Down

0 comments on commit 589accb

Please sign in to comment.