Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged

I've got a problem when adding, data to model at database creation. After the database is created I'm trying to change the partner/user data, but sometimes the changes are added to a different database.

dispatch_rpc('db', 'create_database', [master_pwd, db_name, demo_data, lang, pwd, login, country_code, phone])
request.session.authenticate(db_name, login, pwd)
user = request.env['res.users'].search([('login', '=', login)])
user.partner_id.write(vals)

Should I use request differently when searching after authenticate? 

When I didn't use workers it worked.

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
maj 20
5
1
nov. 23
1873
0
avg. 23
1393
1
avg. 20
14252
0
feb. 22
11928