Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ccc2ba9
Add 'odoo_project_migration'
Sep 12, 2023
856a7d7
Fix 'odoo_project_migration' dependency
SilvioC2C Sep 26, 2023
54876eb
New data model 'odoo.project.module'
Nov 3, 2023
27f3c0b
Apply pre-commit
Nov 3, 2023
8ad3c08
odoo_project_migration: fix generation of migration data
Nov 4, 2023
54b0186
odoo_project_migration: export migration data in CSV
Nov 4, 2023
7149495
odoo_project_migration: list migration scripts to consider for a give…
Apr 19, 2024
10f479d
odoo_project_migration: fix export, read data related to the chosen m…
Jun 7, 2024
b31e051
odoo_project_migration: display and export dependency levels
Jul 12, 2024
41dcab1
odoo_project_migration: include migration paths branches when scannin…
Sep 18, 2024
c4718cc
odoo_repository: add User and Manager user groups
Oct 17, 2024
3ba4efe
[REF] Allow same module name across different repositories
Oct 18, 2024
76b7cfa
odoo_project_migration: handle projects in migration data
Jan 10, 2025
c2edc7e
odoo_project_migration: ability to hide/show columns in 'Migrations d…
Feb 28, 2025
539ec5b
odoo_project_migration: set state migration available
hparfr Feb 11, 2025
c895dd4
odoo_repository_migration: support migration scan between two reposit…
Mar 13, 2025
b39a320
odoo_repository_migration: able to qualify a module as renamed or rep…
Apr 11, 2025
b7808f6
odoo_project_migration: fix recomputation of project modules state
May 30, 2025
e27e345
[UPD] README.rst
OCA-git-bot Dec 3, 2025
4416ff8
[ADD] icon.png
OCA-git-bot Dec 3, 2025
af0089f
[IMP] odoo_project_migration: update README
Dec 3, 2025
338341b
[UPD] README.rst
OCA-git-bot Dec 8, 2025
7a31598
Update all modules manifest and README with new repo info
Jan 17, 2026
536abb0
[BOT] post-merge updates
OCA-git-bot Jan 17, 2026
c9101c7
[UPD] Update odoo_project_migration.pot
Feb 1, 2026
8accac3
Added translation using Weblate (Italian)
mymage Feb 2, 2026
c27b328
[IMP] odoo_project_migration: pre-commit auto fixes
sebalix Apr 3, 2026
04d1883
[MIG] odoo_project_migration: Migration to 18.0
sebalix Apr 3, 2026
382a8b8
[IMP] odoo_project_migration: add tests
sebalix Apr 10, 2026
f96a49c
[UPD] Update odoo_project_migration.pot
Apr 10, 2026
abdacb6
[BOT] post-merge updates
OCA-git-bot Apr 10, 2026
db3fb6a
[IMP] odoo_repository_migration: tests, improve '_simulate_migration_…
sebalix May 27, 2026
f7aa441
[IMP] odoo_project_migration: list project migrations from migration …
sebalix Jun 4, 2026
81e7c14
[IMP] odoo_project_migration: compute migration status even w/o migra…
sebalix Jun 8, 2026
d3230f5
[UPD] Update odoo_project_migration.pot
Jun 13, 2026
65525d3
[BOT] post-merge updates
OCA-git-bot Jun 13, 2026
40406e6
Update translation files
weblate Jun 13, 2026
e4a1570
[MIG] odoo_project_migration: Migration to 19.0
alan196 Jul 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions odoo_project_migration/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

===========================
Odoo Project Migration Data
===========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cee35d92f6ef4961099707345bbc18a7a83c1a2461ad6e08a7030fbe48bb25f0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmodule--composition--analysis-lightgray.png?logo=github
:target: https://github.com/OCA/module-composition-analysis/tree/19.0/odoo_project_migration
:alt: OCA/module-composition-analysis
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/module-composition-analysis-19-0/module-composition-analysis-19-0-odoo_project_migration
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/module-composition-analysis&target_branch=19.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module integrates the migration data collected by
``odoo_repository_migration`` module in your Odoo projects. It allows to
generate migration reports, giving some hints about the effort to
provide to migrate the project to a newer Odoo version.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/module-composition-analysis/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/module-composition-analysis/issues/new?body=module:%20odoo_project_migration%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Camptocamp

Contributors
------------

- Camptocamp

- Sébastien Alix <seb@usr-src.org>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/module-composition-analysis <https://github.com/OCA/module-composition-analysis/tree/19.0/odoo_project_migration>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions odoo_project_migration/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import wizards
27 changes: 27 additions & 0 deletions odoo_project_migration/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 2023 Camptocamp SA
# Copyright 2026 Akretion (https://www.akretion.com).
# @author Sébastien Alix <sebastien.alix@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Odoo Project Migration Data",
"summary": "Analyze your Odoo project migrations.",
"version": "19.0.1.0.0",
"category": "Tools",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/module-composition-analysis",
"data": [
"security/ir.model.access.csv",
"views/odoo_module_branch_timeline.xml",
"views/odoo_module_branch_migration.xml",
"views/odoo_project.xml",
"views/odoo_project_module_migration.xml",
"wizards/generate_migration_data.xml",
"wizards/export_migration_report.xml",
],
"installable": True,
"depends": [
"odoo_project",
"odoo_repository_migration",
],
"license": "AGPL-3",
}
Loading
Loading