-
-
Notifications
You must be signed in to change notification settings - Fork 196
[18.0][MIG] sale_crm_event_reservation: Migration to 18.0 #469
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
CaparrosC
wants to merge
23
commits into
OCA:18.0
Choose a base branch
from
apikcloud:18.0-mig-sale_crm_event_reservation
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] sale_crm_event_reservation: Migration to 18.0 #469
CaparrosC
wants to merge
23
commits into
OCA:18.0
from
apikcloud:18.0-mig-sale_crm_event_reservation
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
This module extends the functionality of *crm_event*, *event_sale_reservation* and *sale_crm* to support fast generation of event quotations from opportunities and to allow you to sell events like a boss. @Tecnativa TT27664 [UPD] Update sale_crm_event_reservation.pot [UPD] README.rst
For complying with manifestoo requirements.
Currently translated at 100.0% (26 of 26 strings) Translation: event-15.0/event-15.0-sale_crm_event_reservation Translate-URL: https://translation.odoo-community.org/projects/event-15-0/event-15-0-sale_crm_event_reservation/it/
Currently translated at 100.0% (26 of 26 strings) Translation: event-15.0/event-15.0-sale_crm_event_reservation Translate-URL: https://translation.odoo-community.org/projects/event-15-0/event-15-0-sale_crm_event_reservation/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: event-17.0/event-17.0-sale_crm_event_reservation Translate-URL: https://translation.odoo-community.org/projects/event-17-0/event-17-0-sale_crm_event_reservation/
Currently translated at 100.0% (27 of 27 strings) Translation: event-17.0/event-17.0-sale_crm_event_reservation Translate-URL: https://translation.odoo-community.org/projects/event-17-0/event-17-0-sale_crm_event_reservation/it/
…der with Form to respect blocks Manage partner blocking when creating orders with Form, redirecting to standard action if there is no partner. Order creation with Form is maintained and partner blocking is handled with conditional redirection to ensure that order lines are created correctly and all associated logic is executed, which does not happen if the standard action `action_new_quotation` is used, which only creates the order without lines. However, when using `Form`, if the contact has a blocking message that prevents the partner from being assigned, order creation fails with a required field error. To avoid this, a conditional is added that detects if the partner could not be assigned in the form, and in that case, it redirects to the standard action `action_new_quotation`, passing the partner via context (`default_partner_id`) so that the blocking message is displayed normally, respecting the Odoo flow. This achieves the following: - Create the order with lines correctly when possible. - Display the partner block if necessary without throwing errors. - Do not lose the basic Odoo validation.
Don't compare a date with a datetime field: ``` File "/opt/odoo/auto/addons/sale_crm_event_reservation/wizards/crm_lead_event_sale_wizard.py", line 96, in <lambda> or ticket.end_sale_datetime >= fields.Date.context_today(self) TypeError: can't compare datetime.datetime to datetime.date ``` TT57560
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
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.
Migration to 18.0.
Locked by:
crm_event: [18.0][MIG] crm_event: Migration to 18.0 #430event_sale_reservation: [18.0][MIG] event_sale_reservation: Migration to 18.0 #436