account-financial-reporting icon indicating copy to clipboard operation
account-financial-reporting copied to clipboard

[13.0] clicking on amount wont show you the details of the account move lines

Open yung-wang opened this issue 4 years ago • 2 comments

  1. Go to runbot and go to reports OCA General Ledger.
  2. Click on View, so you can see the report on screen.

Try to click on amounts. Nothing happens. This used to work in V12.

I see the click event in the JS file. https://github.com/OCA/account-financial-reporting/blob/13.0/account_financial_report/static/src/js/account_financial_report_widgets.js

"click .o_account_financial_reports_web_action": "boundLink", "click .o_account_financial_reports_web_action_multi": "boundLinkmulti", "click .o_account_financial_reports_web_action_monetary": "boundLinkMonetary", "click .o_account_financial_reports_web_action_monetary_multi": "boundLinkMonetarymulti",

yung-wang avatar May 15 '20 11:05 yung-wang

We found it from today version of this report also. Any updates?

kittiu avatar Oct 01 '20 09:10 kittiu

We found it from today version of this report also. Any updates?

@kittiu and @yung-wang the above two PRs point towards the solution.

gjotten avatar Nov 27 '20 11:11 gjotten