Hello,

I am running tinyERP 4.2.1 on Ubuntu Feisty.

When importing french language, I realised that some menu items where not 
translated even when modifying the .csv file and importing it again.

I found this link on bugtracker :
http://tinyforge.org/tracker/index.php?func=detail&aid=446&group_id=13&atid=129

I followed the advise :
"The quick/dirty way to fix this is to delete alle entries in
ir_ui_menu_group_rel table. After this action, uploading the
.csv file has the normal effects and translation entries are
created in the database."

and deleted the entries in table ir_ui_menu_group_rel table.

When translating entries in the .csv file, it was then working very well ! but 
now when I am trying to access the partners list (through "partners --> 
partners" for instance) I have the following error :

Application error : 'property_stock_customer'

Details :
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/tinyerp-server/netsvc.py", line 200, 
in _dispatch
    r=m(*params)
  File 
"/usr/lib/python2.5/site-packages/tinyerp-server/service/web_services.py", line 
366, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/usr/lib/python2.5/site-packages/tinyerp-server/osv/osv.py", line 111, 
in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/usr/lib/python2.5/site-packages/tinyerp-server/osv/osv.py", line 92, 
in execute_cr
    res = getattr(object,method)(cr, uid, *args, **kw)
  File "/usr/lib/python2.5/site-packages/tinyerp-server/osv/orm.py", line 1513, 
in fields_view_get
    xarch, xfields = self.__view_look_dom_arch(cr, user, doc, context=context)
  File "/usr/lib/python2.5/site-packages/tinyerp-server/osv/orm.py", line 1378, 
in __view_look_dom_arch
    fields[field].update(fields_def[field])
KeyError: 'property_stock_customer'

Can anyone help ?

Many thanks,
Best regards,





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

Reply via email to