-
-
Notifications
You must be signed in to change notification settings - Fork 543
[18.0][MIG] website_sale_resource_booking: Migration to 18.0 #1085
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
Open
Anushapadinharepurakkal
wants to merge
19
commits into
OCA:18.0
Choose a base branch
from
Anushapadinharepurakkal:18.0-mig-website_sale_resource_booking
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[18.0][MIG] website_sale_resource_booking: Migration to 18.0 #1085
Anushapadinharepurakkal
wants to merge
19
commits into
OCA:18.0
from
Anushapadinharepurakkal:18.0-mig-website_sale_resource_booking
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
2e9151c to
a1e47b3
Compare
659f4bf to
9febff8
Compare
tarteo
added a commit
to onesteinbv/addons-oca
that referenced
this pull request
Sep 17, 2025
c03bc85 to
954aa22
Compare
This module extends the functionality of ``sale_resource_booking`` to support the eCommerce use case and to allow your visitors to buy products that produce a resource booking, and pre-book them before buying. You can also set a timeout for those pre-bookings to expire if unpaid. @Tecnativa TT28202
Before this patch, when a resource.booking was canceled due to being expired, reactivating it would immediately cancel it again when cron ran again. @Tecnativa TT29651 [UPD] Update website_sale_resource_booking.pot [UPD] README.rst
…er is accessible If someone introduces a different email address for the resource booking, a partner with such email is searched and if not found, created, which is correct in theory. But the core method used for that goal (`find_or_create` in `res.partner`) is not taking multi-company into account, searching partners only matching by mail, and creating them in the default company. Due to this, this commits changes the resource booking partner population code to perform the search and creation controlling the involved company. TT33276
Depends on OCA/sale-workflow#1763 and OCA/calendar#60. @Tecnativa TT31328
The eCommerce customers should see the calendar available appointments in the calendar tz context. Otherwise it could lead to confussions. TT36661
Can't depend on Beta.
Currently translated at 100.0% (21 of 21 strings) Translation: e-commerce-15.0/e-commerce-15.0-website_sale_resource_booking Translate-URL: https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_resource_booking/es/
Currently translated at 47.6% (10 of 21 strings) Translation: e-commerce-15.0/e-commerce-15.0-website_sale_resource_booking Translate-URL: https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_resource_booking/pt_BR/
Currently translated at 100.0% (21 of 21 strings) Translation: e-commerce-15.0/e-commerce-15.0-website_sale_resource_booking Translate-URL: https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_resource_booking/pt_BR/
…ebsite_sale_product_configurator Many tests use the product "Customizable Desk". When the module `website_sale_product_configurator` is installed (it's auto-installed), it adds optional products to "Customizable Desk". As a result, a popup is displayed when adding the product to the cart, and some tours fail because they expect the product to be added in a single step. This commit ensures the tests run correctly by removing optional products when the module is installed.
9d280f6 to
f05f255
Compare
f05f255 to
3d476ff
Compare
Member
|
/ocabot migration website_sale_resource_booking |
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.
No description provided.