Skip to content

Commit 1940777

Browse files
authored
[FIX] developer/tutorials: fix typo
closes #14408 Forward-port-of: #14403 Signed-off-by: Victor Feyens (vfe) <[email protected]>
1 parent 0bf7fb4 commit 1940777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developer/tutorials/server_framework_101/07_relations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ operations like ``recs1 | recs2``.
184184
Tip: in the view, use the ``widget="many2many_tags"`` attribute as demonstrated
185185
`here <https://github.com/odoo/odoo/blob/5bb8b927524d062be32f92eb326ef64091301de1/addons/crm_iap_lead_website/views/crm_reveal_views.xml#L36>`__.
186186
The ``widget`` attribute will be explained in detail in :doc:`a later chapter of the training <11_sprinkles>`.
187-
For now, you can try to adding and removing it and see the result ;-)
187+
For now, you can try adding and removing it and see the result ;-)
188188

189189
One2many
190190
========

0 commit comments

Comments
 (0)