-
Couldn't load subscription status.
- Fork 30.2k
[17.0][FIX] sale_project: avoid error column reference "id" is ambiguous #179592
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
Conversation
838707b to
52b025c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello 👋🏼
Thanks for your contribution!
I am a bit surprised you got that error. Maybe you have a customisation altering the SQL query?
TBH, I am not against to add the table alias here but I am just curious to understand how you get that issue. 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a strange issue you got. :o
maybe we should also add the table alias on sale_line_id to be sure we will no longer that strange issue. 🤷🏼♂️
What do you think? 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xavierbol Sorry for the delay! I have rebased and updated the code according to your suggestions.
Could you please review the changes and let me know if everything is okay for merging?
Thank you!
52b025c to
98b030d
Compare
|
LGTM, thanks for your contribution! 🙂 robodoo r+ |
|
@xavierbol you may want to rebuild or fix this PR as it has failed CI. |
closes #179592 Signed-off-by: Xavier Bol (xbo) <xbo@odoo.com>
closes odoo#179592 Signed-off-by: Xavier Bol (xbo) <xbo@odoo.com>

Description of the issue/feature this PR addresses:

I can't reproduce the error in Runbot, but the error is real.
Try opening the project settings.
Current behavior before PR:
Desired behavior after PR is merged:
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr