Skip to content

Commit

Permalink
[FIX] account: reintroduce transfer_account_id in config view
Browse files Browse the repository at this point in the history
During the Early Payment Discount task, the transfer_account_id field was mistakenly removed from res_config_settings_views.xml.

Reintroducing it as intended.

closes #105116

Signed-off-by: Laurent Smet <las@odoo.com>
  • Loading branch information
casp-odoo committed Nov 7, 2022
1 parent c5e910e commit 86b73a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/account/views/res_config_settings_views.xml
Expand Up @@ -535,6 +535,10 @@
<label for="account_journal_payment_credit_account_id" class="col-lg-5 o_light_label"/>
<field name="account_journal_payment_credit_account_id"/>
</div>
<div class="row mt8">
<label for="transfer_account_id" class="col-lg-5 o_light_label"/>
<field name="transfer_account_id"/>
</div>
<div class="row mt8">
<label for="account_journal_early_pay_discount_gain_account_id" class="col-lg-5 o_light_label"/>
<field name="account_journal_early_pay_discount_gain_account_id"/>
Expand Down

0 comments on commit 86b73a7

Please sign in to comment.