From 6b0ce0ed7eeef27de093758d25ca8a96798fd797 Mon Sep 17 00:00:00 2001 From: Brandon Mercier <113701731+bram-odoo@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:25:33 +0000 Subject: [PATCH] [FIX] howtos/website_themes: Theming - Bootstrap bundle closes odoo/documentation#16697 X-original-commit: 5cfec5068ed7320640d79a922dc251112a45976f 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 ab3c59b6b3..d0345fcf67 100644 --- a/content/developer/howtos/website_themes/theming.rst +++ b/content/developer/howtos/website_themes/theming.rst @@ -845,7 +845,7 @@ This is a non-exhaustive list of the frequently used bundles for a website: * - website.website_builder_assets - Add your JS files related to the Website Builder options behaviors (for instance, a custom method for your custom building block) - * - website._assets_bootstrap_frontend + * - web._assets_bootstrap_frontend - If you need to extend Boostrap through the Bootstrap Utilities API, for example .. _theming/assets/styles: