I am trying save record from django (front-end) to openerp (back-end). I am using openerp webservice using xmlrpclib. It works well with normal string and number data, but when i tried to pass date field, it throws error. cannot marshal <type 'datetime.date'> objects
Please help me..
xmlrpc
. You should try to pickle it or convert to string. – Lukasz Puchala