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

[IMP] product_packaging_container_deposit: improve performance #1680

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

sebalix
Copy link
Contributor

@sebalix sebalix commented Jul 5, 2024

Do not write on sale.order.order_line field, this is somehow slowing down the process (CPU bound). Creating/updating sale.order.line directly is faster.

Ref. 1309

@sebalix sebalix marked this pull request as ready for review July 5, 2024 07:53
@sebalix sebalix force-pushed the 16-product_packaging_container_deposit-imp-perf branch from 16ec8e9 to be52fb0 Compare July 5, 2024 07:55
Do not write on `sale.order.order_line` field, this is somehow slowing
down the process. Creating/updating `sale.order.line` directly is
faster.
@sebalix sebalix force-pushed the 16-product_packaging_container_deposit-imp-perf branch from be52fb0 to e39e2c7 Compare July 5, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants