[19.0][MIG] event_*: analysis annotations for 5 simple submodules#5636
Open
dnplkndll wants to merge 1 commit into
Open
[19.0][MIG] event_*: analysis annotations for 5 simple submodules#5636dnplkndll wants to merge 1 commit into
dnplkndll wants to merge 1 commit into
Conversation
All five carry only additive XML records, additive fields, or cross-module field moves handled by Odoo's update_module_names. Annotated as # NOTHING TO DO per populated section and marked 'Nothing' in docsource/modules180-190.rst. - event_booth: 1 NEW ir.model.access - event_booth_sale: additive selection_keys (product.template.service_tracking) - event_crm: 1 NEW m2m field + 3 NEW XML records - event_product: cross-module field move IN (event.registration.sale_status from event_sale) - event_sale: same cross-module move OUT + 1 NEW computed field + DEL records Complex 'event' module (overtime/skills-shape refactor with o2m→m2m promotions) is intentionally deferred to a separate PR for focused review.
5dfe0b9 to
0c85be5
Compare
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
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.
Summary
Annotation-only migration coverage for the 5 simple
event_*submodules. All carry only additive XML records, additive fields, or cross-module field moves handled by Odoo'supdate_module_names. Each gets# NOTHING TO DOper populated section in the work doc and aNothingmarker indocsource/modules180-190.rstso the migration CI exercises them.event_booth— 1 NEWir.model.accessevent_booth_sale— additiveselection_keysonproduct.template.service_trackingevent_crm— 1 NEW m2m field onevent.lead.request+ 3 NEW XML recordsevent_product— cross-module field move IN (event.registration.sale_statusfromevent_sale) + 3 NEW viewsevent_sale— cross-module field move OUT + 1 NEW computed field + DEL records (pedrobaeza policy: leave to database_cleanup)The complex
eventmodule (slots + question m2m promotion) is intentionally deferred to a sibling PR for focused review.Test plan
pre-commit run --files <changed>cleanTest OpenUpgrade migrationgreen onledoent/19.0-mig-test-event-family-trivial(= aggregated + this commit)