From ca00a5c32ee48e40b00696a6022271dc8ae93f6f Mon Sep 17 00:00:00 2001 From: Brandon Mercier <113701731+bram-odoo@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:32:56 +0000 Subject: [PATCH] [FIX] howtos/website_themes: Typo in Theming - Bundles: web._assets_bootstrap => web._assets_bootstrap_frontend closes odoo/documentation#16665 X-original-commit: 3c0df39c46266574551f346aa9525bc34e4a9bc4 Signed-off-by: Brandon Mercier (bram) --- content/developer/howtos/website_themes/theming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/howtos/website_themes/theming.rst b/content/developer/howtos/website_themes/theming.rst index 586e626f3f..0dd7d4938e 100644 --- a/content/developer/howtos/website_themes/theming.rst +++ b/content/developer/howtos/website_themes/theming.rst @@ -834,7 +834,7 @@ This is a non-exhaustive list of the frequently used bundles for a website: * - website.assets_wysiwyg - Add your JS files related to the Website Builder options behaviors (for instance, a custom method for your custom building block) - * - website._assets_bootstrap + * - website._assets_bootstrap_frontend - If you need to extend Boostrap through the Bootstrap Utilities API, for example .. _theming/assets/styles: