From d1fb3eb45350b148d04591de5237f1be262325c7 Mon Sep 17 00:00:00 2001 From: ASPhilemon <88459392+ASPhilemon@users.noreply.github.com> Date: Wed, 27 Aug 2025 09:52:27 +0000 Subject: [PATCH] [FIX] developer/tutorials: fix typo closes odoo/documentation#14407 Forward-port-of: odoo/documentation#14403 Signed-off-by: Victor Feyens (vfe) --- .../developer/tutorials/server_framework_101/07_relations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/tutorials/server_framework_101/07_relations.rst b/content/developer/tutorials/server_framework_101/07_relations.rst index 1d2130d83..ba404b744 100644 --- a/content/developer/tutorials/server_framework_101/07_relations.rst +++ b/content/developer/tutorials/server_framework_101/07_relations.rst @@ -184,7 +184,7 @@ operations like ``recs1 | recs2``. Tip: in the view, use the ``widget="many2many_tags"`` attribute as demonstrated `here `__. The ``widget`` attribute will be explained in detail in :doc:`a later chapter of the training <11_sprinkles>`. - For now, you can try to adding and removing it and see the result ;-) + For now, you can try adding and removing it and see the result ;-) One2many ========