Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
10483 มุมมอง

im trying to insert in res.users with this code:

$values= array( "name"=>new xmlrpcval($name,"string"), "login"=>new xmlrpcval($login,"string"), "password"=>new xmlrpcval($psw,"string"), "lang"=>new xmlrpcval("it_IT","string"), "company_id"= new xmlrpcval($company,"many2one"); ); echo $id= $this->create($values,"res.users");

Im using a user with all the possible privileges...

The function return a -1 state that means that i ve no permission or the format is not corrected.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Nicola,

If you want to insert the Current User's company to the new user record, do not do that. The _defaults already adds the current company by default.

If you want to create a new company, you have to make sure that your current user has enough permission to create the company.

Thanks.

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Hi, thx for the answer.

But i want to add a new user with a company_id different from the current user's company_id so i can't use the default value.

And the the webservice seems that don't let me do that.

 

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มี.ค. 18
4308
1
มี.ค. 15
7686
1
ม.ค. 23
5146
1
เม.ย. 21
7460
1
พ.ค. 18
5911