mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
MIG sale_line_change For Odoo 12.0
This commit is contained in:
@@ -80,7 +80,7 @@ class SaleLineChangeOrderLine(models.TransientModel):
|
||||
})
|
||||
|
||||
def _apply_procurement(self):
|
||||
self.mapped('sale_line_id')._action_launch_procurement_rule()
|
||||
self.mapped('sale_line_id')._action_launch_stock_rule()
|
||||
|
||||
def apply(self):
|
||||
changed_lines = self.filtered(lambda l: (
|
||||
|
||||
Reference in New Issue
Block a user