From 379e948312e9930a13528b59aa476bf5ddc70919 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Wed, 28 Apr 2021 12:26:21 +0200 Subject: [PATCH] add more testing make rules --- Makefile | 11 ++++++++--- extensions/odoo_theme/static/js/utils.js | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 32adf3d0e..bc5d4bab0 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,12 @@ static: extensions/odoo_theme/static/style.css cp -r static/* _build/html/_static/ lang: - make clean - make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=en - make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=fr + make fast LANGUAGES=en,fr CURRENT_LANG=en + make fast LANGUAGES=en,fr CURRENT_LANG=fr +version: + make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master + +both: + make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=en + make fast CANONICAL_VERSION=12.0 VERSIONS=12.0,13.0,14.0,master LANGUAGES=en,fr CURRENT_LANG=fr \ No newline at end of file diff --git a/extensions/odoo_theme/static/js/utils.js b/extensions/odoo_theme/static/js/utils.js index 38c4365e6..4909204d4 100644 --- a/extensions/odoo_theme/static/js/utils.js +++ b/extensions/odoo_theme/static/js/utils.js @@ -1,4 +1,5 @@ let tocEntryListId = 0; // Used to generate IDs of toc entry lists for both the menu and page TOC + /** * Update the provided TOC to allow collapsing its entries with Bootstrap's accordion. *