From c862b2f37a09f5144802c117b8802371be73769f Mon Sep 17 00:00:00 2001 From: eLBati Date: Sat, 10 Oct 2015 17:49:35 +0200 Subject: [PATCH] [FIX] doc: web howto --- doc/howtos/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.