Hello,
I use tiny 4.2.0 for testing and if I try to set a value as default, ex: volume 
when editing a new product, I get this error:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/tinyerp-server/netsvc.py", line 317, 
in run
    r=m(*msg[2:])
  File 
"/usr/lib/python2.4/site-packages/tinyerp-server/service/web_services.py", line 
366, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/usr/lib/python2.4/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.4/site-packages/tinyerp-server/osv/osv.py", line 92, 
in execute_cr
    res = getattr(object,method)(cr, uid, *args, **kw)
  File "/usr/lib/python2.4/site-packages/tinyerp-server/osv/orm.py", line 902, 
in default_get
    if self._columns[field]._type in ('many2one', 'one2one'):
KeyError: 'volume'

Can you tell what to do?

Thank you





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

Reply via email to