Skip to content

Commit

Permalink
temp rebasing PR 639 (2e80c1e)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc authored Feb 6, 2025
2 parents 092ca89 + 2e80c1e commit 70edcb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions account_ux/views/account_move_line_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<record id="action_account_moves_customers_ledger" model="ir.actions.act_window">
<field name="name">Customers Ledger</field>
<field name="res_model">account.move.line</field>
<field name="view_mode">list</field>
<field name="view_id" ref="view_move_line_payment_tree"/>
<field name="search_view_id" ref="view_account_partner_ledger_filter"/>
<field name="view_mode">list,pivot,graph</field>
Expand All @@ -90,7 +89,6 @@
<record id="action_account_moves_vendors_ledger" model="ir.actions.act_window">
<field name="name">Vendors Ledger</field>
<field name="res_model">account.move.line</field>
<field name="view_mode">list</field>
<field name="view_id" ref="view_move_line_payment_tree"/>
<field name="search_view_id" ref="view_account_partner_ledger_filter"/>
<field name="view_mode">list,pivot,graph</field>
Expand Down

0 comments on commit 70edcb0

Please sign in to comment.