Sometimes, we need to develop some projects with different Odoo version. So we need to make sure that the project’s dependencies will not interfere with the dependencies of other projects that can be running a different version of Odoo or will use different third-party add-on modules, which need different versions of Python dependencies.

This article will step by step to set up a multi-version Odoo development environment locally for Ubuntu (see more at Odoo 12 Development Cookbook).

Read More

Serverless Plugins Vscode

We are using the  Serverless framework for a couple of years and building a lot of applications. So I wanted to summarize and provide a brief description of some plugins that our team is using every day. I am not sure it is good for you, if you have any recommendations, just let us know.

If you haven’t yet checked out this list of Serverless Framework plugins, you’re missing out. Or you can read this post for a short version.

Don’t Reinvent The Wheel

Don’t build it again if someone else already built it and open-sourced it for you.”. It’s free to use and the community support that revolves around building, fixing, and maintenance.

Read More