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] base: Speed-up address_get method #165010

Open
wants to merge 2 commits into
base: 15.0
Choose a base branch
from

Commits on May 22, 2024

  1. [IMP] base: Speed-up address_get method

    partners with many children need to visit all the children to check if the address match with the prefered one
    But it is not needed if you know the prefered address doesn't match
    Searching the children directly with recursive query is faster
    moylop260 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f73c5b7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. [REF] base: Add unittests to check new changes for partner.address_get

    The csv file was used with the old version of odoo
    in order to get the results in order to compare with
    new results of latest changes to partner.address_get method
    moylop260 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f49d4fb View commit details
    Browse the repository at this point in the history