[14.0][FIX] documentation: Prefix merged/renamed modules with Done#2797
[14.0][FIX] documentation: Prefix merged/renamed modules with Done#2797pedrobaeza wants to merge 1 commit intoOCA:14.0from
Done#2797Conversation
So that the CI can detect them and check if there's something incorrect. The paragraph about OCA modules has been removed as well, as that one is not maintained at all, and it's confusing then.
|
As expected, this fails as it installs all the dependencies chain. We will have to progressively switch the comments according the evolution of the migration scripts. I keep this opened meanwhile as reminder. |
|
I don't like the deletion of the OCA modules section, as it might be used someday again. It was used to link an obsolete odoo module converted into OCA module. |
|
@MiquelRForgeFlow that's not true. See the |
|
Are all of these covered by migration scripts if necessary? If the OCA section is unused, it can go as far as I am concerned. |
|
Can you rebase to see what the failed Github workflow does this time? Or trigger a rerun in some other way. |
|
We cannot merge it as it depends of other modules like |
|
So that's the point, the modules should not be set to done unless they and all their dependencies are covered by migration scripts. |
|
Due to conflicts, rebased in #3523. |
So that the CI can detect them and check if there's something incorrect.
The paragraph about OCA modules has been removed as well, as that one is not maintained at all, and it's confusing then.
Let's see if this doesn't provoke a failed CI due to dependencies not yet "migrated".
@Tecnativa