[FIX] doc: web howto

This commit is contained in:
eLBati 2015-10-10 17:49:35 +02:00 committed by Martin Trigaux
parent c9d5117a2d
commit c862b2f37a
1 changed files with 1 additions and 1 deletions

View File

@ -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.