Skip to content

Commit

Permalink
[REF] Move xml ids section that describe the content of the analysis …
Browse files Browse the repository at this point in the history
…files, in the correct main section
  • Loading branch information
legalsylvain committed Nov 5, 2023
1 parent c7b784d commit b748309
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 0 additions & 24 deletions docsource/060_odoo_migration_manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,6 @@ module's lifecycle outside of the OpenUpgrade context. For that reason, the
OpenUpgrade helper methods were collected into the python openupgradelib that
you can make available in any Odoo instance using the *pip* tool.

XML IDs
-------

The OpenUpgrade analysis files give a representation of the XML IDs that a
module defines, in comparison with the previous release of the module.

XML IDs which do not occur in the updated version of all installed modules
will be removed automatically by the Odoo server, if they do not have
the noupdate attribute. Therefore, you can ignore most entries here, such as

* ir.actions.*
* ir.model.fields
* ir.model.access
* ir.model
* ir.ui.*
* res.country*
* res.currency*

When XML ids of such record types change, the record will be recreated under
the new id, and the old record will be unlinked.

To manage changes to data defined with the noupdate flag,
please refer to the following use case :doc:`use_cases/xml_id_renaming`.

FAQ
---

Expand Down
24 changes: 24 additions & 0 deletions docsource/070_migration_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,27 @@ The change description flags the following types of change:

The final section of the database layout analysis contains a simple report on
the changes that were detected.

XML IDs
-------

The OpenUpgrade analysis files give a representation of the XML IDs that a
module defines, in comparison with the previous release of the module.

XML IDs which do not occur in the updated version of all installed modules
will be removed automatically by the Odoo server, if they do not have
the noupdate attribute. Therefore, you can ignore most entries here, such as

* ir.actions.*
* ir.model.fields
* ir.model.access
* ir.model
* ir.ui.*
* res.country*
* res.currency*

When XML ids of such record types change, the record will be recreated under
the new id, and the old record will be unlinked.

To manage changes to data defined with the noupdate flag,
please refer to the following use case :doc:`use_cases/xml_id_renaming`.

0 comments on commit b748309

Please sign in to comment.