Odoo

  • 01- Odoo Development In Ubuntu 18.04 Using Pycharm

    Before you begin, firstly update and upgrade the system. sudo apt update & sudo apt upgrade   Secondly, Install git, pip and all othe...
  • 02 - Odoo Installation Script

    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...
  • 03 - Build an Odoo Module

    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...
  • 04 - Basic Views ( Visualization: form, list, kanban, etc. )

    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...