Skip to content

Commit 40e765a

Browse files
committed
[IMP] account: allow the search of a journal item by amount
1 parent 9ae5720 commit 40e765a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/account/views/account_move_views.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@
306306
<field name="name" string="Journal Item" filter_domain="[
307307
'|', '|', '|',
308308
('name', 'ilike', self), ('ref', 'ilike', self), ('account_id', 'ilike', self), ('partner_id', 'ilike', self)]"/>
309+
<field name="balance" filter_domain="[('balance', '&gt;=', self)]" />
309310
<field name="name"/>
310311
<field name="ref"/>
311312
<field name="invoice_date"/>

0 commit comments

Comments
 (0)