Tag: odoo v9

  • Run external scripts inside Odoo’s environment

    Run external scripts inside Odoo’s environment

    You may run into a situation where you want to script actions in Odoo but do not necessarily want to run them within Odoo or its shell. To this end, we have devised a way to load and interact with the Odoo environment within a Python script. Our use case was a [[https://github.com/laslabs/server-tools/tree/release/9.0/auto_backup/auto_backup|slow executing backup…

  • New Release – Odoo Data Slider Snippet

    New Release – Odoo Data Slider Snippet

    = Odoo Website – Data Slider Snippet = LasLabs has released a new [[https://www.odoo.com/|Odoo]] version 9 website snippet that provides a [[http://kenwheeler.github.io/slick/|SlickJS]] carousel for any dataset. This module’s primary purpose, and default implementation, is to provide a product slider anywhere on your website. It didn’t make much sense to leave it at such a specific…

  • New Release – Odoo DarkroomJS Widget

    New Release – Odoo DarkroomJS Widget

    = Odoo Web – DarkroomJS Widget = LasLabs has released a new [[https://www.odoo.com|Odoo]] [[https://github.com/MattKetmo/darkroomjs|DarkroomJS]] widget that can be used on any Many2one image field, allowing for easy image manipulation in form views. The Odoo DarkroomJS widget can be found [[https://repo.laslabs.com/projects/ODOO/repos/web/browse/web_widget_darkroom|in the LasLabs repo]] or [[https://github.com/laslabs/odoo-web/tree/release/9.0/web_widget_darkroom|on our GitHub mirror]]. This widget will allow you to perform…

  • New Release – Odoo Slick Carousel Widget

    New Release – Odoo Slick Carousel Widget

    = Odoo Web – Slick Carousel Widget = LasLabs has released a new Odoo v9 module that provides a Slick Carousel widget to browse One2many image fields. The module can be found [[https://github.com/laslabs/odoo-web/tree/release/9.0/web_widget_slick|on our Github Mirror]] or [[https://repo.laslabs.com/projects/ODOO/repos/web/browse/web_widget_slick|in the LasLabs Repo]]. This module does not provide functionality to any existing views, but instead provides a widget for…

  • Installing Odoo 9 From source in VirtualEnv (Ubuntu)

    Installing Odoo 9 From source in VirtualEnv (Ubuntu)

    —- This article will walk you through installing Odoo 9 from source on an Ubuntu (or other Debian distro) box using the [[https://github.com/odoo/odoo|Odoo GitHub Repo]]. If you would like instructions for Odoo version 8, they can be found [[https://blog.laslabs.com/2015/09/odoo-ubuntu-dev-install-from-github-in-virtualenv/|here]]. [[[TOC]]] —- = Foreword = This is meant strictly for development environments, as it installs a…