[IMP] test_booking_engine: add overbooking tests#2013
Closed
fw-bot wants to merge 1 commit intoodoo:saas-19.1from
Closed
[IMP] test_booking_engine: add overbooking tests#2013fw-bot wants to merge 1 commit intoodoo:saas-19.1from
fw-bot wants to merge 1 commit intoodoo:saas-19.1from
Conversation
Collaborator
Author
|
This PR targets saas-19.1 and is part of the forward-port chain. Further PRs will be created up to master. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
Author
|
@abdrahmanrashed @vava-odoo ci/industry failed on this forward-port PR |
vava-odoo
reviewed
Apr 20, 2026
| from odoo.tests import tagged | ||
|
|
||
|
|
||
| @tagged('post_install', '-at_install') |
Collaborator
There was a problem hiding this comment.
while fixing the issue in this fwp, you can also remove this decorator, because post_install is the default since saas-19.1
a84824b to
5b7c307
Compare
Author
|
@abdrahmanrashed @vava-odoo this PR has become a normal PR because head updated from a84824b to 5b7c307. It must be merged to be forward-ported further. |
5b7c307 to
44c9215
Compare
Collaborator
|
@robodoo override=ci/industry |
Added tests to check for overbooking from rental or website for booking engine, since it heavily relies on standard module bridges that are subject to change. task-6053799 X-original-commit: 01e040a
44c9215 to
84a4ff8
Compare
Contributor
|
@robodoo r+ |
robodoo
pushed a commit
that referenced
this pull request
Apr 21, 2026
Added tests to check for overbooking from rental or website for booking engine, since it heavily relies on standard module bridges that are subject to change. task-6053799 closes #2013 X-original-commit: 01e040a Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com> Signed-off-by: Abdelrahman Rashed (aras) <aras@odoo.com>
This was referenced Apr 21, 2026
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
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.

Added tests to check for overbooking from rental or website for booking engine, since it heavily relies on standard module bridges that are subject to change.
task-6053799
Forward-Port-Of: #1980