If I want to translate the Product Names of my Products in Sales > Products, I get the following error :
File "/opt/odoo/odoo-server/openerp/addons/base/ir/ir_translation.py", line 403, in translate_fields if f.translate:
AttributeError: 'Float' object has no attribute 'translate'
Languages that have been installed are EN, FR(BE) and NL(BE).
Anyone knows how I can correct this error ?
Thanks a lot !
Did you somehow try to translate the value of a float field?
That sounds like a bug indeed. Please file this bug on the Odoo github repo.