Skip to content

Commit d06dc1c

Browse files
committed
[IMP] account: Quick search on an amount in the journal items
An accountant should be able to search for a journal item with a specific amount to make reconciliation easier. User is able to search journal items with a specific amount. task-4908885
1 parent 6819f50 commit d06dc1c

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
@@ -323,6 +323,7 @@
323323
<field name="tax_ids" />
324324
<field name="tax_line_id" string="Originator Tax"/>
325325
<field name="reconcile_model_id"/>
326+
<field name="balance" string="Amount" filter_domain="['|', ('credit', '=', self), ('debit', '=', self)]"/>
326327
<separator/>
327328
<filter string="Unposted" name="unposted" domain="[('parent_state', '=', 'draft')]" help="Unposted Journal Items"/>
328329
<filter string="Posted" name="posted" domain="[('parent_state', '=', 'posted')]" help="Posted Journal Items"/>

0 commit comments

Comments
 (0)