Skip to content

[19.0][OU-ADD] 33 analyzer-omitted modules: Nothing to do#114

Open
dnplkndll wants to merge 9 commits into
19.0from
19.0-mig-analyzer-omitted-noop
Open

[19.0][OU-ADD] 33 analyzer-omitted modules: Nothing to do#114
dnplkndll wants to merge 9 commits into
19.0from
19.0-mig-analyzer-omitted-noop

Conversation

@dnplkndll

Copy link
Copy Markdown

The weekly analysis generator never produced upgrade_analysis.txt for these 33 modules (no scripts dir at all), so they sat blank in docsource/modules180-190.rst. Verified each by direct source diff between Odoo 18.0 and 19.0 trees — models, field definitions (name+type per class), and data/*.xml content:

  • 28 have zero schema or noupdate-data changes.
  • 5 flagged by the diff, all resolved to no-op under the correctness lens:
    • website_event_booth_exhibitor.sponsor_mobile — non-stored related='sponsor_id.mobile'; no column.
    • website_sale_autocomplete.google_places_api_key — TransientModel (res.config.settings) related renamed; the stored website.google_places_api_key is unchanged.
    • hr_homeworking_calendar.user_can_edit — computed field on a TransientModel wizard.
    • mrp_subcontracting_purchase / purchase_mrp — dropped _inherit extensions were method-only (no fields).
  • 3 modules have data/*.xml content drift (crm_iap_enrich cron interval, iap_mail img routes, privacy_lookup binding_view_types) — all noupdate="0", rewritten by the module update itself.

Marked Nothing to do without scripts dirs, matching the portal_rating/stock_dropshipping precedent for analyzer-omitted no-ops. Closes the docsource coverage table to zero blank rows.

https://claude.ai/code/session_01MpdyzmGjVAYqAEqMYr3EnX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants