-
Notifications
You must be signed in to change notification settings - Fork 303
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
[ADD] Odoo 18.0 #626
[ADD] Odoo 18.0 #626
Conversation
Note: the github tests seem broken for a while, https://github.com/Tecnativa/doodba/actions/runs/11072819133/job/30767952052 should have tested 16.0 from the variables but did test 17.0. So now all matrix builds test 18.0 |
f3b3d87
to
4fdbfd4
Compare
@@ -35,11 +35,14 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
# Test modern Odoo versions with latest Postgres version | |||
odoo_version: ["17.0"] | |||
odoo_version: ["18.0"] | |||
pg_version: ["15"] | |||
python_version: ["3.10"] |
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.
I'd say Odoo is supporting oficially 3.12 for this version
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.
No, talking with them, they still stick to 3.10 although there are the corresponding changes for 3.12 compatibility
8d5122d
to
55316c6
Compare
ce9fb03
to
08ead1a
Compare
Fixed here 08ead1a . Thank you! |
17.0 CI shouldn't fail, isn't it? |
08ead1a
to
583898e
Compare
@pedrobaeza ready to merge now. |
CC @Tecnativa TT51095