Category: Odoo Development

  • 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…

  • Odoo Dev – Setting Defaults for Fields

    Odoo Dev – Setting Defaults for Fields

    In this module we will touch on how to set defaults for fields in things like customer profile’s and sales order in Odoo. We will be breaking this module into two sections: # **Putting your account in Developer Mode** – Setting up Developer options for your account to unlock the ability to set default settings. # **Finding and…