-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
[18.0][MIG] crm_event: Migration to 18.0 #430
Open
HeliconiaSolutions
wants to merge
20
commits into
OCA:18.0
Choose a base branch
from
HeliconiaIO:18.0-mig-crm_event
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
Conversation
This file contains 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 opportunities (and leads, if enabled) to support linking them to event types and to allow you to keep track of leads interested in an upcoming event of some type. This is useful if you organize your events based on the amount of people interested in a certain type of event. @Tecnativa TT27664 [UPD] Update crm_event.pot [UPD] README.rst [ADD] icon.png
- Upstream merged both lead and opportunity form views. @Tecnativa TT31318
It complies with the requirements and is needed by manifestoo.
The company field isn't mandatory for event types, so we have to check that a lead auto invites to events available in the company of the lead. We also have to check the proper base_url for our template. When we have multi-website we want our customer going to the right link, otherwise they'd be getting confusing info. TT36027
Currently translated at 100.0% (40 of 40 strings) Translation: event-15.0/event-15.0-crm_event Translate-URL: https://translation.odoo-community.org/projects/event-15-0/event-15-0-crm_event/it/
Currently translated at 100.0% (40 of 40 strings) Translation: event-15.0/event-15.0-crm_event Translate-URL: https://translation.odoo-community.org/projects/event-15-0/event-15-0-crm_event/es/
This migration removes the `read_group` for event totals calculation in the _compute_event_total method because the `seats_available` field in v17 is not stored (`compute` and `store=False`). This makes `read_group` unable to correctly process and calculate the value of the `seats_available` field, as it operates directly on data stored in the database. Instead, a manual calculation is implemented which: - Iterates over the filtered events according to the domain. - Groups the data by `event_type_id`. - Calculates the total number of available seats and the number of events associated with each type. TT51918
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: event-17.0/event-17.0-crm_event Translate-URL: https://translation.odoo-community.org/projects/event-17-0/event-17-0-crm_event/
/ocabot migration crm_event |
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.