[ADD] 17.0 analysis#4294
Conversation
legalsylvain
left a comment
There was a problem hiding this comment.
Minor remarks inline.
Thanks for initializing OpenUpgrade 17.0 !
| This module is a containers of migration script to migrate from 15.0 to | ||
| 16.0 version. |
There was a problem hiding this comment.
| This module is a containers of migration script to migrate from 15.0 to | |
| 16.0 version. | |
| This module is a containers of migration script to migrate from 16.0 to | |
| 17.0 version. |
There was a problem hiding this comment.
Thanks, fixed now!
| @@ -1 +1,2 @@ | |||
| openupgradelib @ git+https://github.com/OCA/openupgradelib@master | |||
| # generated from manifests external_dependencies | |||
| openupgradelib | |||
There was a problem hiding this comment.
Why this change ?
As soon as merging a PR in openupgradelib doens't generate a new package on pypi, I guess that we should keep the url "openupgradelib @ git+https://github.com/OCA/openupgradelib@master"
Don't you think ?
There was a problem hiding this comment.
Thanks! Fixed by setting the external dependency in the module manifest to this git notation.
|
/ocabot migration openupgrade_scripts |
| merged_models = { | ||
| # odoo | ||
| # OCA/... | ||
| } |
There was a problem hiding this comment.
This file is empty. FYI, I began a list of renamed / merged Odoo modules here :
#4124 (comment)
There was a problem hiding this comment.
Thanks! Great work on the renamed and merge modules. I updated apriori with it and reran the analysis.
5561fa3 to
80705f3
Compare
…ylvain Le Gal Co-authored-by: Sylvain LE GAL <sylvain.legal@grap.coop>
80705f3 to
18f33f0
Compare
|
👍 |
legalsylvain
left a comment
There was a problem hiding this comment.
Thanks !
/ocabot merge nobump
|
On my way to merge this fine PR! |
|
@legalsylvain The merge process could not be finalized, because command |
|
@sbidoul : maybe do you have an idea about the correct syntax to add git dependency for python package. |
|
@legalsylvain it's There is no way to declare the git URL in external dependencies. |
I mean, in V16 or before, there was a way to define alternative package in setup.py. There is a way to mention git url in pyproject.toml ? |
External dependencies overrides are still possible with pyproject.toml.
That (a git URL) was not possible with setup.py either. The only place we can do this is in |
|
Thanks a lot @sbidoul |
No description provided.