Skip to content

Commit e0a1783

Browse files
committed
[IMP] account: Quick search on an amount in the journal items
1 parent 9ae5720 commit e0a1783

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="amount_currency" filter_domain="[('amount_currency', '&gt;=', self)]" />
309310
<field name="name"/>
310311
<field name="ref"/>
311312
<field name="invoice_date"/>

0 commit comments

Comments
 (0)