Skip to Content
Menu
This question has been flagged

The code below is a server action working to remove supplier info from a list of products

if context and context['active_ids']:

    pid = self.pool('product.supplierinfo').search(cr, uid, [('product_tmpl_id','in',context['active_ids'])])

    self.pool('product.supplierinfo').unlink(cr, uid, pid)


I would like to do the same for removing partner categories; How would you change the code? (I am not a developper and I am using a Saas V11 

Thanks for your help

Avatar
Discard
Related Posts Replies Views Activity
1
Mar 15
4042
2
Aug 24
179
0
Jun 24
179
1
Oct 23
1619
2
Jun 23
916