From 15beccfd50409381cacf20328d524c4a5a4ef460 Mon Sep 17 00:00:00 2001 From: ezoer Date: Wed, 3 Jan 2024 17:43:34 +0000 Subject: [PATCH] [FW][FIX] developer/user_interface: fix typo in 'attribute' closes odoo/documentation#7225 Forward-port-of: odoo/documentation#7190 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/reference/user_interface/view_records.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/reference/user_interface/view_records.rst b/content/developer/reference/user_interface/view_records.rst index f9b3c9d2b..00b78f131 100644 --- a/content/developer/reference/user_interface/view_records.rst +++ b/content/developer/reference/user_interface/view_records.rst @@ -296,7 +296,7 @@ how the matched node should be altered. By default the value is ``inside``. the content of the inheritance spec should be ``attribute`` elements with a ``name`` attribute and an optional body: - * if the ``attribute`` element has a body, a new attributed named + * if the ``attribute`` element has a body, a new attribute named after its ``name`` is created on the matched node with the ``attribute`` element's text as value * if the ``attribute`` element has no body, the attribute named after