Skip to Content
मेन्यू
This question has been flagged

when i change env i get data but all data from previous self env i lose it


# i get the name here

print(rec.partner_id.name)       


connection = sql_db.db_connect('odoo1')      

 with contextlib.closing(connection.cursor()) as cr:            

    env = api.Environment(cr, SUPERUSER_ID, {})            

    data = env['sale.order'].search([])


# i get False here

 print(rec.partner_id.name)       

 

Avatar
Discard
Related Posts Replies Views Activity
2
सित॰ 24
2063
0
नव॰ 23
1969
1
मई 25
4451
1
जन॰ 23
1659
1
अक्तू॰ 22
5000