Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4534 Vizualizări

Following is the python code of class, All I have done is created many2one fields with ** fleet.vehicle **. There are some other fields too but those working fine records is being saved. But as soon as I click this one error pops out.

class FleetRequest (models.Model):

         _name = 'fleet.request'

         _rec_name = 'seq_name' 

         requested_model = fields.Many2one ('fleet.vehicle', string = 'Vehicle')         

When I click on it from front-end it gives following error:

  File "C: \ Users \ User \ AppData \ Roaming \ Python \ Python37 \ site-packages \ psycopg2 \ extensions.py", line 120, in getquoted 
    pobjs = [adapt (o) for o in self._seq] 
  File "C: \ Users \ User \ AppData \ Roaming \ Python \ Python37 \ site-packages \ psycopg2 \ extensions.py", line 120, in 
    pobjs = [adapt (o) for o in self._seq] 
Exception 
The above exception was the direct cause of the following exception: 
Traceback (most recent call last):


  File "D: \ Odoo \ odoo-14.0 \ odoo \ http.py", line 638, in _handle_exception 
    return super (JsonRequest, self) ._ handle_exception (exception) 
  File "D: \ Odoo \ odoo-14.0 \ odoo \ http.py", line 314, in _handle_exception 
    raise exception.with_traceback (None) from new_cause
psycopg2.ProgrammingError: can't adapt type 'lazy'
Imagine profil
Abandonează
Cel mai bun răspuns

Hi. I´m using Odoo 14 and I get the same error when trying to use fleet_vehicle. Did you finally find the solution?

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iul. 25
2212
2
iul. 25
7706
2
iul. 25
4126
2
iul. 25
3877
2
iun. 25
2487