Hi GEM,

Yes I know the OpenERP system has translations, and we have a (virtually) 
complete translation ready, but the problem seems to be that the 
account.account model does not have a name field which has translatable set to 
True.

Line 253 in account/account.py

    _columns = {
        'name': fields.char('Name', size=128, 
required=True, select=True),


This line should become

    _columns = {
        'name': fields.char('Name', size=128, 
required=True, select=True, translate=True),


unless there is something I'm missing and thats why I am asking here.




-------------------- m2f --------------------

--
http://www.openerp.com/forum/viewtopic.php?p=29276#29276

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to