-
-
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
[9.0][FIX] account_chart_update: Check fiscal positions with same name #651
Conversation
Are you sure you should block? Maybe it's better to select the first one, and let the user to change that selection. |
@pedrobaeza I blocked it because is better than an unhandled exception. but maybe it is better option to select the first one. Changed it. |
I think you have dug too deeper in the compare methods. It's better to put |
Okay, I put the limit in the search of fiscal positions. |
This PR checks if there is more than one fiscal position with same name and handles the exception, preventing Odoo crash.
@pedrobaeza