-
-
Notifications
You must be signed in to change notification settings - Fork 781
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
[8.0] account_chart_update: object has no attribute '_tax_mapping' #240
Comments
Please check #241 for the fix of the issue. Thanks for reporting. |
pedrobaeza
added a commit
that referenced
this issue
Jun 20, 2015
…mapping_taxes [FIX] account_chart_update: Call mapping function instead of removed cache. Closes #240
bealdav
pushed a commit
to akretion/account-financial-tools
that referenced
this issue
Feb 26, 2019
ernestotejeda
pushed a commit
to Tecnativa/account-financial-tools
that referenced
this issue
Mar 15, 2019
ernestotejeda
pushed a commit
to Tecnativa/account-financial-tools
that referenced
this issue
Jan 17, 2020
Reyes4711-S73
pushed a commit
to Studio73/account-financial-tools
that referenced
this issue
Mar 8, 2021
flachica
pushed a commit
to flachica/account-financial-tools
that referenced
this issue
Feb 23, 2022
flachica
pushed a commit
to flachica/account-financial-tools
that referenced
this issue
Apr 4, 2022
flachica
pushed a commit
to flachica/account-financial-tools
that referenced
this issue
Apr 9, 2022
ljsalvatierra-factorlibre
pushed a commit
to factorlibre/account-financial-tools
that referenced
this issue
Jan 18, 2023
peluko00
pushed a commit
to APSL/account-financial-tools
that referenced
this issue
Apr 30, 2024
dreispt
pushed a commit
to ursais/account-financial-tools
that referenced
this issue
May 24, 2024
victoralmau
pushed a commit
to Tecnativa/account-financial-tools
that referenced
this issue
Nov 18, 2024
victoralmau
pushed a commit
to Tecnativa/account-financial-tools
that referenced
this issue
Dec 12, 2024
victoralmau
pushed a commit
to Tecnativa/account-financial-tools
that referenced
this issue
Dec 19, 2024
victoralmau
pushed a commit
to Tecnativa/account-financial-tools
that referenced
this issue
Feb 4, 2025
pablo-cort-s73
pushed a commit
to Studio73/account-financial-tools
that referenced
this issue
Feb 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something from commit 3f3f59c seems incomplete, as a reference to self._tax_mapping remains in _prepare_account_vals, which causes traceback on actual trying to update things:
File "/home/leio/.local/share/Odoo/addons/8.0/account_chart_update/wizard/wizard_chart_update.py", line 1006, in _update_accounts
account_template, mapping_taxes, mapping_accounts)
File "/home/leio/.local/share/Odoo/addons/8.0/account_chart_update/wizard/wizard_chart_update.py", line 971, in _prepare_account_vals
if self.map_tax_template(tax_template, mapping_taxes)]
AttributeError: 'wizard.update.charts.accounts' object has no attribute '_tax_mapping'
@pedrobaeza ?
The text was updated successfully, but these errors were encountered: