Getting started with Odoo development in Ubuntu

Odoo dev thumbnail

I recently wrote a tutorial on How to install Odoo 11 on Ubuntu 18.04 and I just started the Odoo module development. I was looking at the Odoo's official documentation and nothing was working for me, even the very first command i.e `odoo-bin` . Either the documentation is out of date or I am too … Continue reading Getting started with Odoo development in Ubuntu

Install Odoo 11 on Ubuntu 18.04

For Odoo 11 first we need to install some python modules such as LDAP and qrcode which is used by the hardware for drivers. We will install the python modules one by one using the following commands: sudo pip3 install vobject qrcodesudo apt install libldap2-dev libsasl2-devsudo pip3 install pyldapsudo pip3 install num2words (if you don't … Continue reading Install Odoo 11 on Ubuntu 18.04