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…