This question has been flagged
2565 Views

Hi everyone,

I need to print sales details grou^ping by product name.

I changed the wizard/pos_details.py ,by adding : res = self.read(cr, uid, ids, ['date_start', 'date_end', 'user_ids'], order='field of product name"', context=context).

Bt a get the following error message : TypeError: read() got an unexpected keyword argument 'order'

Avatar
Discard