I have a one2one relation in my object like this:

'owner_ids':        fields.one2one('my.owner.id', 
'Owner ID'),


but now when I start the server I see this warning:


> # /usr/lib/python2.5/site-packages/tinyerp-server/osv/fields.py:245: 
> DeprecationWarning: The one2one field doesn't work anymore
>   warnings.warn("The one2one field doesn't work anymore", DeprecationWarning)
> 


How should I change this declaration to avoid this warning?  Or can I just 
ignore it.

Gerry





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

Reply via email to