-
Notifications
You must be signed in to change notification settings - Fork 30.6k
[PERF] point_of_sale: excluding attributes values #217019
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
[PERF] point_of_sale: excluding attributes values #217019
Conversation
|
@adgu-odoo @davidmonnom cherrypicking of pull request #213789 failed. stdout: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
5a3eb3b to
6b7315b
Compare
|
@adgu-odoo @davidmonnom this forward port of #213789 is awaiting action (not merged or closed). |
3 similar comments
|
@adgu-odoo @davidmonnom this forward port of #213789 is awaiting action (not merged or closed). |
|
@adgu-odoo @davidmonnom this forward port of #213789 is awaiting action (not merged or closed). |
|
@adgu-odoo @davidmonnom this forward port of #213789 is awaiting action (not merged or closed). |
6b7315b to
3c0f3ab
Compare
|
@adgu-odoo @davidmonnom this forward port of #213789 is awaiting action (not merged or closed). |
3 similar comments
|
@adgu-odoo @davidmonnom this forward port of #213789 is awaiting action (not merged or closed). |
|
@adgu-odoo @davidmonnom this forward port of #213789 is awaiting action (not merged or closed). |
|
@adgu-odoo @davidmonnom this forward port of #213789 is awaiting action (not merged or closed). |
Before this commit, the computation of the exclusion of some attributes based on other selected was going through every attribute to determine if it was excluded or not. This is now done once at the loading of the pos. X-original-commit: ea6323e
3c0f3ab to
ec42a0d
Compare
|
robodoo r+ |
Before this commit, the computation of the exclusion of some attributes based on other selected was going through every attribute to determine if it was excluded or not. This is now done once at the loading of the pos. closes #217019 X-original-commit: ea6323e Signed-off-by: David Monnom (moda) <moda@odoo.com> Signed-off-by: Adrien Guilliams (adgu) <adgu@odoo.com>

Before this commit, the computation of the exclusion of some attributes based on other selected was going through every attribute to determine if it was excluded or not. This is now done once at the loading of the pos.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #216392
Forward-Port-Of: #213789