Skip to content

Commit

Permalink
fixup! [FIX] wallet balance should be updated only when related move …
Browse files Browse the repository at this point in the history
…lines (account_move_line_ids) are in the state 'posted'
  • Loading branch information
legalsylvain committed Aug 2, 2022
1 parent 0d0e392 commit 1c69e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_wallet/views/account_wallet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<field name="res_model">account.move.line</field>
<field name="view_mode">tree</field>
<field name="domain">[('account_wallet_id', '=', active_id)]</field>
<field name="context">{"search_default_posted": 1}</field>
</record>

<record id="account_wallet_view_form" model="ir.ui.view">
Expand Down

0 comments on commit 1c69e03

Please sign in to comment.