Hello, I would like to know how I could execute this query only for one record and not have it executed on the entire table.
if record.x_disponibilidad and not record.x_aprobacion:
query = "update x_reg_asignaciones set x_aprobacion = 12550"
self.env.cr.execute(query)