Skip to Content
Menu
This question has been flagged
818 Views

Sale -> report-> sales

Can't add field and perform group by on tag_ids field in sale order report

Error:

psycopg2.errors.UndefinedColumn: column s.tag_ids does not exist
LINE 38:         , s.confirmation_date as confirm_date, s.tag_ids as ...                                                        ^
HINT:  Perhaps you meant to reference the column "s.team_id". 


I faced below problem in sales report module.

Avatar
Discard