コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1818 ビュー

hello

i add one object button . i add two field first is partner_id(many2one) and second is sale_ids(many2many) .

now i want this flow 


first i select re.partner and i click on my button so in sale_ids field automatic give me the all sale order in this field 


thank you in advamce


アバター
破棄
最善の回答
you can call following method to update sale_ids(m2m) from the button:

def update_m2m(self):
for rec in self:
rec.sale_ids = [(6,0,self.search([('id','!=',rec.id),('partner_id', '=', rec.partner_id.id)]).ids)]

Thanks & Regards,



CandidRoot Solutions Pvt. Ltd.

Mobile: (+91) 8849036209
Email: info@candidroot.com
Skype: live:candidroot
Web: https://www.candidroot.com
Address: 1229-1230, Iconic Shyamal, Near Shyamal Cross Road, Ahmedabad, Gujarat 380015
    

アバター
破棄
関連投稿 返信 ビュー 活動
0
9月 22
1669
0
2月 23
157
3
8月 22
8826
1
7月 22
4902
0
7月 22
2027