Skip to content
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

[FIX] *: remove buggy calls to with_context #36692

Closed
wants to merge 1 commit into from

Conversation

mart-e
Copy link
Contributor

@mart-e mart-e commented Sep 11, 2019

When .with_context() is called with a dictionary as 1st positional
argument, it will replace context (and not modify the referenced keys)
It may create bugs when losing the content of the context (e.g. remove
partner's language)

This is a partial backport of #36164 of @yajo with the website part as
discussed with @JKE-be

When .with_context() is called with a dictionary as 1st positional
argument, it will replace context (and not modify the referenced keys)
It may create bugs when losing the content of the context (e.g. remove
partner's language)

This is a partial backport of odoo#36164 with the website part as
discussed.
@mart-e
Copy link
Contributor Author

mart-e commented Sep 11, 2019

@robodoo r+
@fw-bot up to saas-11.3

@robodoo
Copy link
Contributor

robodoo commented Sep 11, 2019

Forward-porting to 'saas-11.3'.

@C3POdoo C3POdoo added the RD research & development, internal work label Sep 11, 2019
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Sep 11, 2019
robodoo pushed a commit that referenced this pull request Sep 11, 2019
When .with_context() is called with a dictionary as 1st positional
argument, it will replace context (and not modify the referenced keys)
It may create bugs when losing the content of the context (e.g. remove
partner's language)

This is a partial backport of #36164 with the website part as
discussed.

closes #36692

Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
@robodoo
Copy link
Contributor

robodoo commented Sep 11, 2019

Merged at 921f5ff, thanks!

@robodoo robodoo closed this Sep 11, 2019
@mart-e mart-e deleted the 10.0-fix_with_context_calls branch September 11, 2019 12:47
mart-e pushed a commit to odoo-dev/odoo that referenced this pull request Sep 11, 2019
When .with_context() is called with a dictionary as 1st positional
argument, it will replace context (and not modify the referenced keys)
It may create bugs when losing the content of the context (e.g. remove
partner's language)

This is a partial backport of odoo#36164 with the website part as
discussed.

closes odoo#36692

X-Origin: 921f5ff

Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
robodoo pushed a commit that referenced this pull request Sep 11, 2019
When .with_context() is called with a dictionary as 1st positional
argument, it will replace context (and not modify the referenced keys)
It may create bugs when losing the content of the context (e.g. remove
partner's language)

This is a partial backport of #36164 with the website part as
discussed.

closes #36692

closes #36700

X-origin: 921f5ff
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants