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

[16.0][IMP] stock: pre-compute quantity_done #4475

Merged
merged 1 commit into from
Nov 8, 2024

Commits on Nov 8, 2024

  1. [IMP] stock: pre-compute quantity_done

    The field stock.move.quantity_done has passed to be stored.
    
    In large databases (millions of records) it takes a good amount of time
    to compute it by the ORM, so it's worth it to pre-compute its values as
    much as possible.
    
    TT46020
    chienandalu committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    dabc812 View commit details
    Browse the repository at this point in the history