-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[19.0][MIG] module_change_auto_install: Migration to 19.0 #3384
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
base: 19.0
Are you sure you want to change the base?
Conversation
…able modules by configuration
Optimize validation Add logger to apply patch
…dencies. (before, was boolean)
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-16.0/server-tools-16.0-module_change_auto_install Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-module_change_auto_install/
4181c12
to
a207f3c
Compare
Hi. It looks like something is broken in the V19 CI. https://github.com/OCA/server-tools/actions/runs/17918299803/job/50946259471?pr=3384#step:4:169
other V19 PR have the same problem. (https://github.com/OCA/server-tools/actions/runs/17910628074/job/50921155714?pr=3382) waiting for the fix. |
59c2dad
to
6c05335
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi.
Thanks a lot for porting this module, adapting the code, and adding tests !
I'm still testing this change, doesn't seem to work right now |
6c05335
to
3522918
Compare
It seems to be important to return False iso set() :-) |
When adding the configuration to the odoo's config file, this warning is shown
Anybody who knows how we could fix this? |
It looks like the spirit of Odoo V19, is to have a fixed quantity of option in the [options] section, defined in the core code. Could you try to replace :
by
|
I tried several ways, but the warning pops up too soon. |
Could you update the logs ? We can wait and take a look on this similar OCA modules that will have the same problems : |
What do you mean with
|
Could you put the new log, when you use thanks ! |
3522918
to
fe2b3c5
Compare
fe2b3c5
to
086cfb3
Compare
@legalsylvain I've managed to use the following config as you mentioned
Can you have a look? |
No description provided.