-
Before you begin, firstly update and upgrade the system.
sudo apt update & sudo apt upgrade
Secondly, Install git, pip and all othe...
-
This script is based on the install script from André Schenkels but goes a bit further and has been improved. This script will also give you the ability to define an xmlrpc_port in the .conf file that is generated under /etc/ This script can b...
-
Scaffold a module in Odoo 13
Scaffolding is the way of building a skeleton structure for a module in odoo. Using Odoo scaffolding we can create the module structure automaticall...
-
Views are what define how records should be displayed to end-users. They are specified in XML which means that they can be edited independently from the models that they represent. They are flexible and allow a high level of customization of the scre...