Skip to content

Commit

Permalink
[IMP] l10n_br_account_payment_brcobranca: Included Demo Data for Sant…
Browse files Browse the repository at this point in the history
…ander 240 and 400.
  • Loading branch information
mbcosta committed Feb 24, 2024
1 parent fe6a062 commit 3b1713a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions l10n_br_account_payment_brcobranca/demo/account_payment_mode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,20 @@
<field name="cnab_processor">brcobranca</field>
</record>

<!-- Bradesco 400 -->
<record
id="l10n_br_account_payment_order.payment_mode_cobranca_santander_400"
model="account.payment.mode"
>
<field name="cnab_processor">brcobranca</field>
</record>

<!-- Bradesco 240 -->
<record
id="l10n_br_account_payment_order.payment_mode_cobranca_santander_240"
model="account.payment.mode"
>
<field name="cnab_processor">brcobranca</field>
</record>

</odoo>

0 comments on commit 3b1713a

Please sign in to comment.