Skip to content

Commit

Permalink
[IMP] account_payment_mode: set allow_out_payment on demo banks
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe authored and lmarion-source committed Aug 29, 2024
1 parent 36e2755 commit 404e6f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions account_payment_mode/demo/payment_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@
<field name="acc_number">FR66 1212 1212 1212 1212 1212 121</field>
<field name="bank_id" ref="bank_fiducial" />
<field name="partner_id" ref="base.res_partner_12" />
<field name="allow_out_payment" eval="True" />
</record>
<record id="res_partner_2_iban" model="res.partner.bank">
<field name="acc_number">BE96 9988 7766 5544</field>
<field name="bank_id" ref="bank_fortis" />
<field name="partner_id" ref="base.res_partner_2" />
<field name="allow_out_payment" eval="True" />
</record>
<!-- Asustek already has a demo IBAN provided by base_iban -->
<record id="payment_mode_outbound_ct1" model="account.payment.mode">
Expand Down

0 comments on commit 404e6f5

Please sign in to comment.