-
-
Notifications
You must be signed in to change notification settings - Fork 197
[19.0][MIG] event registration partner unique: migration to 19.0 #483
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
base: 19.0
Are you sure you want to change the base?
[19.0][MIG] event registration partner unique: migration to 19.0 #483
Conversation
This module allows you to avoid having a partner registrated twice in the same event.
It has to declare unique indexes instead of constraints to work. [1]: OCA#38 (comment)
- Remove dependency on event_sale. - Add custom field that allows to choose in which events to disable duplicates. - Add tests. - Add custom exception to be used in upcoming submodule (for event_sale).
- Updated views - Updated README
Currently translated at 100.0% (5 of 5 strings) Translation: event-13.0/event-13.0-event_registration_partner_unique Translate-URL: https://translation.odoo-community.org/projects/event-13-0/event-13-0-event_registration_partner_unique/es/
Steps to reproduce the problem: - Register anonymously a first attendee for an event from website. - The registration is saved with no attendee_partner_id. - Repeat the registration again anonymously. - You get the error "Duplicated partners found in event...". That's because current duplicated domain is searching for other registrations regardless of if there's a linked partner or not. We now restrict the search to those with a linked partner. TT32961
[UPD] Update event_registration_partner_unique.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: event-17.0/event-17.0-event_registration_partner_unique Translate-URL: https://translation.odoo-community.org/projects/event-17-0/event-17-0-event_registration_partner_unique/
TT57506 Co-authored-by: Bhavesh Heliconia <oca@heliconia.in>
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: event-18.0/event-18.0-event_registration_partner_unique Translate-URL: https://translation.odoo-community.org/projects/event-18-0/event-18-0-event_registration_partner_unique/
|
You should add a commit named: [DON'T MERGE] test-requirements.txt to add the depends to partner_event inside the test-requirements.txt file. odoo-addon-partner_event @ git+https://github.com/OCA/event.git@refs/pull/482/head#subdirectory=partner_event |
FrancoMaxime
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add the commit to add the partner_event depends on the PR
No description provided.