Comment 4 for bug 1208074

Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote :

Hi,

It seems to me that the right fix is to correct fields.function to properly apply the size limit that was set on it when the type is "char". In this case the ref is a fields.related which is also a fields.function that is stored, so this is the source of the bug. It will also avoid hardcoding a limit in the code while the one of the model should be used.