Skip to content

Commit

Permalink
temp rebasing PR 343 (e02ead3)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc committed Mar 11, 2024
2 parents d5a6bd2 + e02ead3 commit 4835d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_accountant_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Accounting Accountant UX',
'version': "16.0.2.2.0",
'version': "16.0.2.3.0",
'category': 'Accounting',
'sequence': 14,
'summary': '',
Expand Down
2 changes: 1 addition & 1 deletion account_accountant_ux/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
icon="fa-list"
name="%(account.action_account_moves_ledger_partner)d"
string="Partner Ledger"
context="{'search_default_partner_id': active_id}"
context="{'search_default_partner_id': id}"
>
</button>
</button>
Expand Down

0 comments on commit 4835d6e

Please sign in to comment.