Skip to content
Snippets Groups Projects
Commit cefbd5f3 authored by Laurent Smet's avatar Laurent Smet
Browse files

[FIX] account: Fix empty 'account_type' in automatic entry wizard


Since 'move_line_ids' isn't inside the view, `account_type` is never computed and then, the accrual account is never displayed/editable on the view.

closes odoo/odoo#64484

Signed-off-by: default avataroco-odoo <oco-odoo@users.noreply.github.com>
parent 75936208
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
<form>
<field name="account_type" invisible="1"/>
<field name="company_id" invisible="1"/>
<field name="move_line_ids" invisible="1"/>
<field name="display_currency_helper" invisible="1"/>
<div attrs="{'invisible': [('display_currency_helper', '=', False)]}" class="alert alert-info text-center" role="status">
The selected destination account is set to use a specific currency. Every entry transferred to it will be converted into this currency, causing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment