From 6b399d13d156847d2ed2ed0c83a07fea79108f4c Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Wed, 18 Dec 2024 08:46:00 +0100 Subject: [PATCH] [REL] saas-18.1 --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 9d3bca9f0..00d9d4474 100644 --- a/conf.py +++ b/conf.py @@ -22,7 +22,7 @@ copyright = 'Odoo S.A.' # `version` is the version info for the project being documented, acts as replacement for |version|, # also used in various other places throughout the built documents. # `release` is the full version, including alpha/beta/rc tags. Acts as replacement for |release|. -version = release = 'master' +version = release = 'saas-18.1' # `current_branch` is the technical name of the current branch. # E.g., saas-15.4 -> saas-15.4; 12.0 -> 12.0, master -> master (*). @@ -231,6 +231,7 @@ sphinx.transforms.i18n.docname_to_domain = ( # is populated. If a version is passed to `versions` but is not listed here, it will not be shown. versions_names = { 'master': "Master", + 'saas-18.1': "Odoo Online", '18.0': "Odoo 18", 'saas-17.4': "Odoo Online", 'saas-17.2': "Odoo Online",