I am trying to get a value into a field from the product table using self.cr.execute.
But I am getting an error ValueError: <class 'psycopg2.ProgrammingError'>:
self._cr.execute('select id from product where id = %s ',(id1,))
"relation "product" does not exist
I tried everything and searched many documents.