[FIX] docstring typo for name of converter methods on ir_fields, following odo review

bzr revid: xmo@openerp.com-20121008131545-u5sdlolmmgr8db2y
This commit is contained in:
Xavier Morel 2012-10-08 15:15:45 +02:00
parent 350d365ba0
commit 53786034e3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class ir_fields_converter(orm.Model):
value acceptable for a write() on the column ``column``.
By default, tries to get a method on itself with a name matching the
pattern ``_$fromtype_$column._type`` and returns it.
pattern ``_$fromtype_to_$column._type`` and returns it.
Converter callables can either return a value and a list of warnings
to their caller or raise ``ValueError``, which will be interpreted as a