diff --git a/doc/howtos/web.rst b/doc/howtos/web.rst index b7c6a546d2e..a2641cbfdef 100644 --- a/doc/howtos/web.rst +++ b/doc/howtos/web.rst @@ -1973,7 +1973,7 @@ Read-Write Field Read-only fields, which only display content and don't allow the user to modify it can be useful, but most fields in Odoo also allow editing. This makes the field classes more complicated, mostly because fields are -supposed to handle both and editable and non-editable mode, those modes are +supposed to handle both editable and non-editable mode, those modes are often completely different (for design and usability purpose) and the fields must be able to switch between modes at any moment.