Skip to content

Commit 909ccda

Browse files
committed
[IMP] account: added quick search on amount in journal items
1 parent 9ae5720 commit 909ccda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addons/account/views/account_move_views.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@
324324
<field name="tax_ids" />
325325
<field name="tax_line_id" string="Originator Tax"/>
326326
<field name="reconcile_model_id"/>
327+
<field name="amount_currency" string="Amount" filter_domain="[
328+
('amount_currency', '=', self)]"/>
327329
<separator/>
328330
<filter string="Unposted" name="unposted" domain="[('parent_state', '=', 'draft')]" help="Unposted Journal Items"/>
329331
<filter string="Posted" name="posted" domain="[('parent_state', '=', 'posted')]" help="Posted Journal Items"/>

0 commit comments

Comments
 (0)