members OWL • 13 min read Odoo JavaScript Tutorial 101 - Part 3: Adding Drag and Drop to our OWL View This is the third part of our ongoing tutorial series about the Odoo 14 JavaScript Framework. In the second part,…
public OWL • 19 min read Odoo JavaScript Tutorial 101 - Part 2: Creating a new OWL View In this second part about Odoo 14 JavaScript basics, we will now review how to create a new View from…
public OWL • 20 min read Odoo JavaScript Tutorial 101 - Part 1: Classes and MVC architecture overview In this series, we will go over the basics of the Odoo JavaScript Framework with the end goal to create…
public Odoo 14 • 16 min read OWL in Odoo 14 - How to extend and patch existing OWL Components. In this article, we will see how to extend, monkey-patch and, modify existing OWL Components in Odoo 14. There is…
public macOS • 6 min read Set up your dev environment on MacOs and install Odoo 14 from source. In this tutorial, we will see how to set up your macOS for Odoo 14 development. Homebrew Homebrew is a…
public TDD • 11 min read Create an Odoo 14 Markdown Widget Field with TDD - Part 3 Introduction This is the third part of an article series where we use TDD to develop an Odoo markdown widget.…
public TDD • 11 min read Create an Odoo 14 Markdown Widget Field with TDD - Part 2 Introduction This is the second part of an article series where we use TDD to develop an Odoo markdown widget.…
public TDD • 9 min read Create an Odoo 14 Markdown Widget Field with TDD - Part 1 Introduction In this tutorial, we will create a field widget for markdown content. The goal is to use Test Driven…
public Analysis • 15 min read Working with Dates in Odoo - Analysis and Use Cases Working with Dates and Datetime can be very complicated, especially when you take into account TimeZone. In this how-to guide,…
public Odoo 14 • 15 min read Install and Deploy Odoo 14 from source on DigitalOcean In this tutorial, we will deploy a production-ready Odoo 14 instance. Install it from GitHub source on a brand new…