You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Trial Balance report wizard, when checking the show foreign currency field and click Export XLSX button it returns the error below:
AttributeError: 'int' object has no attribute 'decimal_places'
To Reproduce
Create an account and set account currency.
Create a journal entry for that account and Post
Steps to reproduce the behavior:
Set a account currency
2.Create a journal entry with this account and post the entry
Reporting - Trial Balance -> check the Show foreign currency field
Click button Export XLSX
Expected behavior
Automatic download of trial balance xlsx report with foreign currencies.
Additional context
The text was updated successfully, but these errors were encountered:
Module
account_financial_report
Describe the bug
In Trial Balance report wizard, when checking the show foreign currency field and click Export XLSX button it returns the error below:
AttributeError: 'int' object has no attribute 'decimal_places'
To Reproduce
Create an account and set account currency.
Create a journal entry for that account and Post
Steps to reproduce the behavior:
2.Create a journal entry with this account and post the entry
Expected behavior
Automatic download of trial balance xlsx report with foreign currencies.
Additional context
The text was updated successfully, but these errors were encountered: