-
-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[15.0][FIX] account_financial_report: keyError on fin_bal_currency_id #1259
[15.0][FIX] account_financial_report: keyError on fin_bal_currency_id #1259
Conversation
…tps://github.com/ecosoft-odoo/account-financial-reporting into 15.0-fix-account_financial_report-error_currency
This was fixed in #1256. Have you tried with that update code? |
Yes, my code is updated but it still got an error when it check on line 350 |
Your commit history seems incorrect. |
I'm getting a similar error in v16, but the fix I think won't match. |
See #1260 for the v16 fix. |
I just realize this is my mistake, actually I dont pretend to edit on file xml and it come from this PR #1255 I need your suggestions. |
@victoralmau can you check? |
Fixed #1262 |
keyError: 'fin_bal_currency_id
So I use get() method for skip this error if there is no
fin_bal_currency_id
key on dict object.