Skip to Content
Menu
This question has been flagged

Hi community,

I want to prevent manual creation of delivery form sale.order and i found this function 

def _action_confirm(self):
       self.order_line._action_launch_stock_rule()
       return super(SaleOrder, self)._action_confirm()

do that ,

and i want to inherit function and comment this  self.order_line._action_launch_stock_rule() how can i do that 

Thanks

Avatar
Discard
Related Posts Replies Views Activity
0
Aug 21
2014
1
Jun 22
2444
1
Oct 21
4463
1
Apr 21
2551
2
Feb 23
3194