Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
1970 Tampilan

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


Avatar
Buang
Jawaban Terbai
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
    

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Sep 22
1790
0
Feb 23
157
3
Agu 22
9061
1
Jul 22
5122
0
Jul 22
2156