Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată

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.

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
mai 20
5
1
nov. 23
1873
0
aug. 23
1393
1
aug. 20
14252
0
feb. 22
11928