[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#10599 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
bfc47b6c2c
commit
2be7fa1c98
@ -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