-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to version 18.0 #573
Comments
Following a discusson at Odoo Experience, we plan to adopt another method on the 18.0 branch: push the 17.0 branch with modules marked as installable=False (while keeping the config files of the 18.0 branch). It has many advantages: lighter branches, easier migration PR and several OCA projects have gone back to this good old method (for example : OCA/mis-builder). |
I don't see it as an advantage, as there may be missing commits from the previous branch (17.0 in this case) in the moment of migrating a module (because between the moment creating the 18.0 branch from 17.0) till the moment of migrating the module, other commits may enter in the previous branch, and thus, not being aware of them. The other method is always the same for getting the latest commit history. It also pollutes the commit history with commits doing/undoing things, and provoke conflicts, as non installable modules create an entry on the pre-commit config file (example: https://github.com/OCA/mis-builder/blob/a4796288344b4ada3ea77e1d810221696f98449a/.pre-commit-config.yaml#L4), and each time you merge a migration PR, it may require a rebase on all the other PRs fixing the conflict. Only mis-builder and queue repos are using them. I totally dislike such technique, but it's more reasonable on that repos, which have very few modules. Applying it to repos like this with a lot of modules will cause several troubles. Anyway, I don't have vote here, but just for letting you know the disadvantages for taking an informed decision. |
l10n fr siret #578 |
l10n fr siret lookup #579 |
is the OCA French special account plan l10n_fr_oca being abandoned? |
working on l10n_fr_cog |
Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0
Modules to migrate
Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list
The text was updated successfully, but these errors were encountered: