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. *