hi all,
In each upgrade, openupgrade maintainers are creating an issue for the migration. like this one for the V14 #2190
Initialization of the migration Issue for 15
I just create an issue for migration 15 here : #3287
In my opinion, initializing the issue with the list of the all the odoo modules is redundant with the main file present here :
https://github.com/OCA/OpenUpgrade/blob/15.0/docsource/modules140-150.rst
So I'm in favour to have an empty issue and to a line per module with PR.
What do you think ?
use of ocabot command
Previously, maintainers has to update manually the issue to make reference to each PR. See :

I just made a test here and here and using the command \ocabot migration module_name works perfectly well.
Advantage :
- main migration issue is automatically updated when the PR is created
- migration PR receive the milestone 15.0
- merging PR update automatically the issue.
Do you agree that from now on we should use this command to update the main issue?
Thanks for your comment.
hi all,
In each upgrade, openupgrade maintainers are creating an issue for the migration. like this one for the V14 #2190
Initialization of the migration Issue for 15
I just create an issue for migration 15 here : #3287
In my opinion, initializing the issue with the list of the all the odoo modules is redundant with the main file present here :
https://github.com/OCA/OpenUpgrade/blob/15.0/docsource/modules140-150.rst
So I'm in favour to have an empty issue and to a line per module with PR.
What do you think ?
use of ocabot command
Previously, maintainers has to update manually the issue to make reference to each PR. See :
I just made a test here and here and using the command
\ocabot migration module_nameworks perfectly well.Advantage :
Do you agree that from now on we should use this command to update the main issue?
Thanks for your comment.