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

closes odoo/documentation#2032

Forward-port-of: 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 fa3d5bf8d2
commit 7cfab0c7b5

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: