[FIX] developer/howtos: Fixed typo from field to fields

closes odoo/documentation#2023

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Altela Eleviansyah Pramardhika 2022-05-19 05:48:13 +00:00 committed by GitHub
parent 6f125de01b
commit 1b2fbd0264

View File

@ -152,7 +152,7 @@ Common Attributes
Much like the model itself, its fields can be configured, by passing
configuration attributes as parameters::
name = field.Char(required=True)
name = fields.Char(required=True)
Some attributes are available on all fields, here are the most common ones: