[FIX] developer/reference/data: fix typo in data file example
The attribute of `record` data operations should be `id` and not `name`.
closes odoo/documentation#10708
X-original-commit: e41e618116
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
189d942f06
commit
019f94ed25
@ -175,7 +175,7 @@ values).
|
||||
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<record name="partner_1" model="res.partner">
|
||||
<record id="partner_1" model="res.partner">
|
||||
<field name="name">Odude</field>
|
||||
</record>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user