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 Development to make a robust module that we will improve in each chapter of this series. We will walk through experimentation, the discovery of the core Odoo Javascript Framework and,