-
-
Notifications
You must be signed in to change notification settings - Fork 196
[18.0][MIG] event_registration_cancel_reason: Migration to 18.0 #433
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: 18.0
Are you sure you want to change the base?
[18.0][MIG] event_registration_cancel_reason: Migration to 18.0 #433
Conversation
============================================= Reasons for event registrations cancellations ============================================= This module allows to add a predefined reason why a registration for an event is cancelled. Configuration ============= Go to *Marketing > Configuration > Events > Registrations cancel reasons* for setting the possible reasons you want to handle. You can also set if a reason is only available for certain events or, if you leave it empty, for all. Usage ===== Go to *Marketing > Events > Events*, enter into the details or any of the events, and press the red circle button in the right part of any of the registrations. A new screen will appear asking you to enter the reason why the registration is cancelled. You will get also the same screen when pressing the button *Cancel registration* from the details view of a registration in *Marketing > Events > Registrations*. On this object, you can group by the cancel reason in the list, calendar or graph view.
…ing and fix tests. Fix OCA#35. When an event had no type, it was not getting in the mapping because of the way Odoo generates recordsets.
- Updated README - Updated views - Updated tests - Improve tests to achieve full test coverage
Currently translated at 95.0% (19 of 20 strings) Translation: event-13.0/event-13.0-event_registration_cancel_reason Translate-URL: https://translation.odoo-community.org/projects/event-13-0/event-13-0-event_registration_cancel_reason/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: event-15.0/event-15.0-event_registration_cancel_reason Translate-URL: https://translation.odoo-community.org/projects/event-15-0/event-15-0-event_registration_cancel_reason/
Currently translated at 100.0% (20 of 20 strings) Translation: event-15.0/event-15.0-event_registration_cancel_reason Translate-URL: https://translation.odoo-community.org/projects/event-15-0/event-15-0-event_registration_cancel_reason/it/
Currently translated at 100.0% (20 of 20 strings) Translation: event-15.0/event-15.0-event_registration_cancel_reason Translate-URL: https://translation.odoo-community.org/projects/event-15-0/event-15-0-event_registration_cancel_reason/es/
|
/ocabot migration event_registration_cancel_reason |
c5f7e1e to
7d176ed
Compare
|
Hey @OCA/crm-sales-marketing-maintainers would be great if someone could have a look at this module. |
|
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. |
7d176ed to
96cd9b7
Compare
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.
LGTM: code review
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.
Code review OK
IMO, it is not necessary to make any changes to the .po files during migration.
Any necessary changes will be done automatically by the bot when merging.
TT58106
| from odoo.tests import common | ||
|
|
||
|
|
||
| class TestEventRegistrationCancelReason(common.TransactionCase): |
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.
| from odoo.tests import common | |
| class TestEventRegistrationCancelReason(common.TransactionCase): | |
| from odoo.addons.base.tests.common import BaseCommon | |
| class TestEventRegistrationCancelReason(BaseCommon): |
96cd9b7 to
ea0e772
Compare
No description provided.