-
-
Notifications
You must be signed in to change notification settings - Fork 474
Add 19.0 on OCB Sync #661
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 19.0 on OCB Sync #661
Conversation
87ff71d to
0ecbe7a
Compare
| ) | ||
| except subprocess.CalledProcessError as e: | ||
| assert "Title level inconsistent" in e.output | ||
| assert ( |
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 am not happy with this change, but different errors were raised for each python 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.
@etobella and testing python version would add more code noise. So, that's the best for now
| ODOO="[email protected]:/odoo/odoo.git" | ||
| OCB="[email protected]:/OCA/OCB.git" | ||
| BRANCHES="18.0 17.0 16.0 15.0" | ||
| BRANCHES="19.0 18.0 17.0 16.0 15.0" |
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.
Let's remove 15? it's very unlikely to evolve by now.
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.
Well, Odoo will start maintaining 5 versions, isn't it?
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.
"Only on Odoo.sh" whatever that means
|
Deployed. Note to self: there is a |
Add 19 on the OCB Sync executable