mirror of
https://github.com/odoo/documentation.git
synced 2026-01-03 02:09:27 +07:00
Fixed `name = field.Char(required=True)` to `name = fields.Char(required=True)`. closes odoo/documentation#1821 Forward-port-of: odoo/documentation#1816 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>