diff --git a/content/developer/howtos/javascript_client_action.rst b/content/developer/howtos/javascript_client_action.rst
index 43070991d..1b9eab8c0 100644
--- a/content/developer/howtos/javascript_client_action.rst
+++ b/content/developer/howtos/javascript_client_action.rst
@@ -40,7 +40,7 @@ framework and use services, core components, hooks,...
-
+
Hello world
diff --git a/content/developer/howtos/javascript_field.rst b/content/developer/howtos/javascript_field.rst
index 75166dcdb..211c4a876 100644
--- a/content/developer/howtos/javascript_field.rst
+++ b/content/developer/howtos/javascript_field.rst
@@ -33,7 +33,7 @@ displaying "Late!" in red whenever the checkbox is checked.
-
+ Late!
diff --git a/content/developer/howtos/javascript_view.rst b/content/developer/howtos/javascript_view.rst
index eba0ed1a1..919137817 100644
--- a/content/developer/howtos/javascript_view.rst
+++ b/content/developer/howtos/javascript_view.rst
@@ -44,7 +44,7 @@ can be done in a few steps:
-
+
Hello world !
@@ -121,7 +121,7 @@ Creating a new view is an advanced topic. This guide highlight only the essentia
-
+
@@ -146,7 +146,7 @@ Creating a new view is an advanced topic. This guide highlight only the essentia
-
+
// Show records
diff --git a/content/developer/reference/frontend/framework_overview.rst b/content/developer/reference/frontend/framework_overview.rst
index b3d4ebb87..4976f30bf 100644
--- a/content/developer/reference/frontend/framework_overview.rst
+++ b/content/developer/reference/frontend/framework_overview.rst
@@ -69,7 +69,7 @@ simplified version of its template:
.. code-block:: xml
-
+
diff --git a/content/developer/reference/frontend/hooks.rst b/content/developer/reference/frontend/hooks.rst
index 41cfecb0e..ba240153d 100644
--- a/content/developer/reference/frontend/hooks.rst
+++ b/content/developer/reference/frontend/hooks.rst
@@ -79,7 +79,7 @@ soon as it appears in the DOM and if it was not displayed before.
.. code-block:: xml
-
+
@@ -328,7 +328,7 @@ spellcheck completely on elements that might be enabled by the hook, set explici
.. code-block:: xml
-
+
diff --git a/content/developer/reference/frontend/owl_components.rst b/content/developer/reference/frontend/owl_components.rst
index f677268fc..e9b28fdac 100644
--- a/content/developer/reference/frontend/owl_components.rst
+++ b/content/developer/reference/frontend/owl_components.rst
@@ -81,7 +81,7 @@ And the template is now located in the corresponding xml file:
-
+
@@ -89,15 +89,6 @@ And the template is now located in the corresponding xml file:
-Odoo code is not yet completely made in Owl, so it needs a way to tell the
-difference between Owl templates (new code) and old templates (for components). To
-do that in a backward-compatible way, all new templates should be defined with
-the `owl` attribute set to 1.
-
-.. note::
-
- Do not forget to set `owl="1"` in your Owl templates!
-
.. note::
Template names should follow the convention `addon_name.ComponentName`.
@@ -612,7 +603,7 @@ the `New` and `Save as...` sub elements.
.. code-block:: xml
-
+ FileOpen
@@ -622,7 +613,7 @@ the `New` and `Save as...` sub elements.
-
+ NewDocument
@@ -630,7 +621,7 @@ the `New` and `Save as...` sub elements.
-
+ Save as...CSV
@@ -666,7 +657,7 @@ In this example, we recursively call a template to display a tree-like structure
.. code-block:: xml
-
+
@@ -675,7 +666,7 @@ In this example, we recursively call a template to display a tree-like structure
-
+
diff --git a/content/developer/tutorials/discover_js_framework/01_owl_components.rst b/content/developer/tutorials/discover_js_framework/01_owl_components.rst
index 6e09fb776..b18a02c2d 100644
--- a/content/developer/tutorials/discover_js_framework/01_owl_components.rst
+++ b/content/developer/tutorials/discover_js_framework/01_owl_components.rst
@@ -60,15 +60,12 @@ and defines a part of user interface:
.. code-block:: xml
-
+
Counter:
-You maybe noticed the `owl="1"` temporary attribute, it allows Odoo to differentiate Owl
-templates from the old JavaScript framework templates. Note that Owl templates are not the same
-as QWeb templates: they can contain additional directives, such as `t-on-click`.
1. Displaying a counter
=======================
diff --git a/content/developer/tutorials/master_odoo_web_framework/01_fields_and_views.rst b/content/developer/tutorials/master_odoo_web_framework/01_fields_and_views.rst
index d630ca80a..307bfe8ed 100644
--- a/content/developer/tutorials/master_odoo_web_framework/01_fields_and_views.rst
+++ b/content/developer/tutorials/master_odoo_web_framework/01_fields_and_views.rst
@@ -31,7 +31,7 @@ Let us discuss a simplified implementation of a `CharField`. First, here is the
.. code-block:: xml
-
+