From c3fc378d432ed464238396834f373c9e5a63d5f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Sun, 5 Nov 2023 09:19:25 +0100
Subject: [PATCH] [ADD] version in README

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index e8eaafb..0b05243 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,8 @@ odoo_instances:
         image_instance: odootest
         # Name of an instance from which take backups. Itself if backups are made for this instance (like here).
         backup_instance: odoo
+        # Odoo version to be deployed
+        odoo_setup_version: 16
         ## URL (only sub.domain without https:// in front)
         url: "{{ SERVER_odoo_url }}"
         master_pass: "{{ SERVER_odoo_master_pass }}"
@@ -63,6 +65,8 @@ odoo_instances:
         image_instance: odootest
         # This instance need to restore backups from production instance.
         backup_instance: odoo
+        # Odoo version to be deployed
+        odoo_setup_version: 16
         ## URL (only sub.domain without https:// in front)
         url: "{{ SERVER_odoo_test_url }}"
         ## Database Name
-- 
GitLab