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

I get product.product object using search method. Now I want to set a vendor (from res.partner data) for this product using orm. how can I achieve?

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

Hi

lets say the product.product object that you got be product_obj

Now to set vendors you have to write the seller_id field

eg: product_obj.write({'seller_ids': [(0, 0, [Vendor details])]})


Regards
อวตาร
ละทิ้ง
ผู้เขียน

thanks a lot.

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ธ.ค. 22
2695
1
พ.ย. 21
4353
1
ก.ย. 21
6055
1
มิ.ย. 21
2974
Edit existing fields from custom addon แก้ไขแล้ว
1
ส.ค. 20
4499