From ff36169784d692c2c81b623b636b4abeed10d3f2 Mon Sep 17 00:00:00 2001 From: Philippe L'ATTENTION Date: Fri, 10 Feb 2023 18:42:02 +0400 Subject: [PATCH] Update README.md to alert OWL V1 This starter uses the outdated OWL version 1, add an alert for end-user and link to the new version of the starter template. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c11a5e2..5e97e82 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# OWL Javascript Project Starter +# OWL (v1) Javascript Project Starter + +> **Warning** +> This project uses OWL **version 1**, OWL v2 is out (used in Odoo 16) and is the **preferred** version of the framework! +> Use this starter project only if you are following the Tutorial on https://codingdodo.com, if not please +> **prefer this repository [OWL2-JavaScript-Project-Starter](https://github.com/Coding-Dodo/OWL2-JavaScript-Project-Starter)** This repo is an example on how to start a real project with the Odoo OWL framework.