- Notifications
You must be signed in to change notification settings - Fork28.6k
[FW][FIX] sale_project, project_hr_expense: column reference "analytic_di…#202951
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[FW][FIX] sale_project, project_hr_expense: column reference "analytic_di…#202951
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@RaoufGhrissi@william-andre cherrypicking of pull request#201332 failed. stdout:
Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info athttps://github.com/odoo/odoo/wiki/Mergebot#forward-port |
…stribution" is ambiguousSteps to reproduce:- projects App- project update for a project having "invoices count" stat btn=> psycopg2.errors.AmbiguousColumn: column reference "analytic_distribution" is ambiguousSource:- analytic_distribution exists in more than one tableFix:- table alias addedtask-4637044X-original-commit:06368f1
82f13a5
tofa3818a
Compare@RaoufGhrissi this one is also no longer needed, right? If yes then you can close the PR. 🙂 |
…stribution" is ambiguous
Steps to reproduce:
Source:
Fix:
task-4637044
Forward-Port-Of:#201332