Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: V14, python version
by
Tecnativa. S. L., Pedro M. Baeza
You can face the same problem we had in https://github.com/odoo/odoo/pull/50861, that led us to incorrect patches trying desperate to find a solution and to have deployments not correct meanwhile. The main problem is that this is not even detected by CIs. This doesn't happen very frequently, but as said, if you don't test it in a huge playground base, you will be on your own in the battle.
I recommend you anyway to not install directly over the system, but use a middle layer like Docker. There are several solutions based on Docker, like ours called Doodba (advertise moment, hehe - although it's free and open source, so no real advertisement).
Regards.