Tag: odoo v8

  • Odoo 8 API – High Level

    Odoo 8 API – High Level

    The Odoo 8 API introduced some novel concepts that provide a more object-oriented approach, significantly decreasing code repetition. While these changes were definitely for the best, they created a major disparity between the two versions, and invalidated most of the code/tutorials that are available on the internet. This article aims to highlight these changes, as…

  • Installing Odoo 8 From source in VirtualEnv (Ubuntu)

    Installing Odoo 8 From source in VirtualEnv (Ubuntu)

    —- This article will walk you through installing Odoo 8 from source on an Ubuntu (or other Debian distro) box using the [[https://github.com/odoo/odoo|Odoo GitHub Repo]]. [[[TOC]]] —- = Foreword = This is meant strictly for development environments, as it installs a lot of headers that are only needed to build the binaries. [[https://laslabs.com|LasLabs]] will soon…