upgrade_analysis
This module provides tools to generate database analysis files that indicate how the Odoo data model and module data have changed between two versions of Odoo.
Key Features
- upgrade.analysis: Performs difference analysis between modules installed on two different Odoo instances by comparing fields, XML records, and models
- upgrade.comparison.config: Manages configuration for connecting to remote Odoo instances to retrieve data for analysis
- upgrade.record: Stores records of database schema elements including fields, models, and XML IDs with their attributes
- upgrade.generate.record.wizard: Generates upgrade records by reinitializing all installed modules and logging schema changes
- upgrade.install.wizard: Provides a wizard to install modules with filtering options for Odoo, OCA, and other modules
- ir.module.module: Extends the module model to identify whether modules are official Odoo or OCA modules