Skip to content
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 17.0 #568

Closed
wants to merge 1 commit into from
Closed

Add Odoo 17.0 #568

wants to merge 1 commit into from

Conversation

pedrobaeza
Copy link
Member

@pedrobaeza pedrobaeza commented Nov 5, 2023

  • Dockerfile copied from 16.0 and slightly adapted
  • Fix tests
  • Make it :latest.
  • Deprecate some old Odoo versions.
  • Bump PG to 15.

TODO: Switch to Python 3.10

@Tecnativa TT45808

17.0.Dockerfile Outdated
@@ -0,0 +1,232 @@
FROM python:3.8-slim-bullseye AS base
Copy link
Contributor

@celm1990 celm1990 Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Odoo 17 need minimum PY 3.10 according this commit
odoo/odoo@163fb3a
Do you sure this working with 3.8?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, we will need to make it work with P3.10. I was delaying such step, as it was conflicting for 16 (and still not working).

Copy link
Contributor

@celm1990 celm1990 Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested into commit celm1990@888f30b and it's working now

@pedrobaeza FYI, I adap this commit for PY3.10
celm1990@ba322d3

@pedrobaeza pedrobaeza force-pushed the add-17.0 branch 2 times, most recently from d49bb31 to 0fd33db Compare November 5, 2023 23:30
- Dockerfile copied from 16.0 and slightly adapted
- Fix tests
- Make it `:latest`.
- Deprecate some old Odoo versions.
- Bump PG to 15
- Switch to Python 3.10
- Flanker deactivated for now

TT45808
@pedrobaeza
Copy link
Member Author

pedrobaeza commented Nov 6, 2023

Reopening other PR for avoiding obsolete CIs marked as required.

@pedrobaeza pedrobaeza closed this Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants