-
-
Notifications
You must be signed in to change notification settings - Fork 697
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] Fixed performance problem when searchn tracking values by subty… #470
Merged
moylop260
merged 1 commit into
OCA:12.0
from
vauxoo-dev:12.0-fix-performance-dev-hugho-ad
Jan 7, 2019
Merged
[FIX] Fixed performance problem when searchn tracking values by subty… #470
moylop260
merged 1 commit into
OCA:12.0
from
vauxoo-dev:12.0-fix-performance-dev-hugho-ad
Jan 7, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hugho-ad
force-pushed
the
12.0-fix-performance-dev-hugho-ad
branch
from
December 24, 2018 17:59
2e917a0
to
c743043
Compare
Is not this change slower too? |
could you review please, I tried to use sql queries, but not sure. Regards! |
Ready to review/ merge |
moylop260
reviewed
Jan 7, 2019
account_invoice_change_currency/tests/test_account_invoice_change_currency.py
Show resolved
Hide resolved
moylop260
reviewed
Jan 7, 2019
account_invoice_change_currency/models/account_change_currency.py
Outdated
Show resolved
Hide resolved
moylop260
reviewed
Jan 7, 2019
account_invoice_change_currency/models/account_change_currency.py
Outdated
Show resolved
Hide resolved
id, instead search them by messages ids then filter them fix OCA#469 [REF] account_invoice_change_currency: Sql queries in order to improve performance [FIX] account_invoice_change_currency: Fixed tests
hugho-ad
force-pushed
the
12.0-fix-performance-dev-hugho-ad
branch
from
January 7, 2019 23:16
40d04da
to
c5d9ffc
Compare
@moylop260 Done |
moylop260
approved these changes
Jan 7, 2019
hugho-ad
added a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Jan 11, 2019
hugho-ad
added a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Jan 11, 2019
Saran440
pushed a commit
to ecosoft-odoo/account-invoicing
that referenced
this pull request
Aug 25, 2020
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Feb 1, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Feb 1, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Feb 2, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Feb 24, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Mar 8, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Mar 9, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Mar 22, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Mar 31, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Mar 31, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Apr 1, 2022
Saran440
pushed a commit
to ecosoft-odoo/account-invoicing
that referenced
this pull request
Apr 4, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Apr 6, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Apr 18, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
Apr 22, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
May 3, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
May 6, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
May 13, 2022
rolandojduartem
pushed a commit
to vauxoo-dev/account-invoicing
that referenced
this pull request
May 17, 2022
ljsalvatierra-factorlibre
pushed a commit
to factorlibre/account-invoicing
that referenced
this pull request
Oct 11, 2022
ljsalvatierra-factorlibre
pushed a commit
to factorlibre/account-invoicing
that referenced
this pull request
Dec 22, 2022
ljsalvatierra-factorlibre
pushed a commit
to factorlibre/account-invoicing
that referenced
this pull request
May 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…pe id, instead search them by messages ids then filter them
fix #469