-
Notifications
You must be signed in to change notification settings - Fork 307
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
Support Odoo v11 🎉 #85
Conversation
8.0.Dockerfile
Outdated
@@ -0,0 +1 @@ | |||
10.0.Dockerfile |
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.
IMO the 8.0 should be the one containing the Dockerfile, with the older newer ones inheriting. This would align with what we will do when the 12.0 comes out, inheriting the old unless there is some new installation.
libfreetype6 liblcms2-2 libtiff5 tk tcl libpq5 \ | ||
libldap-2.4-2 libsasl2-2 libx11-6 libxext6 libxrender1 \ | ||
locales-all zlibc \ | ||
bzip2 ca-certificates curl gettext-base git gnupg2 nano \ |
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.
gnupg2
Whoah. We gained something GPG in Odoo 11?!
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, it's just required to install node + npm below. It seems debian 9 doesn't bundle npm.
😆 I love the cascading fixups. They're almost entrancing |
… Support Odoo v11 🎉
… fixup! Support Odoo v11 🎉
… fixup! fixup! Support Odoo v11 🎉
… fixup! fixup! fixup! Support Odoo v11 🎉
… fixup! fixup! fixup! fixup! Support Odoo v11 🎉
@@ -194,6 +185,9 @@ def test_dotd(self): | |||
("--version",), | |||
) | |||
|
|||
@unittest.skipUnless( |
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.
TIL this decorator
wip
closes #22