-
Notifications
You must be signed in to change notification settings - Fork 30k
[FW][IMP] point_of_sale, bus: ensure websocket connection #194487
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
Closed
fw-bot
wants to merge
1
commit into
odoo:18.0
from
odoo-dev:18.0-saas-17.4-ensure_ws_pos-moda-NLlO-fw
Closed
[FW][IMP] point_of_sale, bus: ensure websocket connection #194487
fw-bot
wants to merge
1
commit into
odoo:18.0
from
odoo-dev:18.0-saas-17.4-ensure_ws_pos-moda-NLlO-fw
Conversation
This file contains hidden or 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
@davidmonnom @caburj cherrypicking of pull request #194343 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 |
43deb2f
to
ac996c5
Compare
ac996c5
to
499a431
Compare
*: pos_adyen, pos_event, pos_mercado_pago, pos_online_payment, pos_viva_wallet This commit ensures that the websocket connection is established when receiving a connect or initialized event. This can happen in multitab use of Odoo. X-original-commit: a98e5e6
499a431
to
705ea5a
Compare
@robodoo r+ |
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 23, 2025
*: pos_adyen, pos_event, pos_mercado_pago, pos_online_payment, pos_viva_wallet This commit ensures that the websocket connection is established when receiving a connect or initialized event. This can happen in multitab use of Odoo. closes odoo#194487 X-original-commit: a98e5e6 Related: odoo/enterprise#77477 Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com> Signed-off-by: David Monnom (moda) <moda@odoo.com>
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 26, 2025
*: pos_adyen, pos_event, pos_mercado_pago, pos_online_payment, pos_viva_wallet This commit ensures that the websocket connection is established when receiving a connect or initialized event. This can happen in multitab use of Odoo. closes odoo#194487 X-original-commit: a98e5e6 Related: odoo/enterprise#77477 Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com> Signed-off-by: David Monnom (moda) <moda@odoo.com>
gamarino
pushed a commit
to numaes/numa-public-odoo
that referenced
this pull request
Jan 27, 2025
*: pos_adyen, pos_event, pos_mercado_pago, pos_online_payment, pos_viva_wallet This commit ensures that the websocket connection is established when receiving a connect or initialized event. This can happen in multitab use of Odoo. closes odoo/odoo#194487 X-original-commit: a98e5e6 Related: odoo/enterprise#77477 Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com> Signed-off-by: David Monnom (moda) <moda@odoo.com>
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 29, 2025
*: pos_adyen, pos_event, pos_mercado_pago, pos_online_payment, pos_viva_wallet This commit ensures that the websocket connection is established when receiving a connect or initialized event. This can happen in multitab use of Odoo. closes odoo#194487 X-original-commit: a98e5e6 Related: odoo/enterprise#77477 Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com> Signed-off-by: David Monnom (moda) <moda@odoo.com>
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 29, 2025
*: pos_adyen, pos_event, pos_mercado_pago, pos_online_payment, pos_viva_wallet This commit ensures that the websocket connection is established when receiving a connect or initialized event. This can happen in multitab use of Odoo. closes odoo#194487 X-original-commit: a98e5e6 Related: odoo/enterprise#77477 Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com> Signed-off-by: David Monnom (moda) <moda@odoo.com>
StephaneMangin
pushed a commit
to camptocamp/odoo
that referenced
this pull request
Feb 6, 2025
*: pos_adyen, pos_event, pos_mercado_pago, pos_online_payment, pos_viva_wallet This commit ensures that the websocket connection is established when receiving a connect or initialized event. This can happen in multitab use of Odoo. closes odoo#194487 X-original-commit: a98e5e6 Related: odoo/enterprise#77477 Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com> Signed-off-by: David Monnom (moda) <moda@odoo.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conflict
There was an error while creating this forward-port PR
forwardport
This PR was created by @fw-bot
RD
research & development, internal work
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.
This commit ensures that the websocket connection is established when receiving a connect or initialized event.
This can happen in multitab use of Odoo.
Forward-Port-Of: #194343