diff options
| -rwxr-xr-x | fixco_custom/models/stock_picking.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/models/stock_picking.py b/fixco_custom/models/stock_picking.py index 971278b..2258bd4 100755 --- a/fixco_custom/models/stock_picking.py +++ b/fixco_custom/models/stock_picking.py @@ -106,8 +106,8 @@ class StockPicking(models.Model): res = super(StockPicking, self).button_validate() - if self.name.startswith('BU/OUT') and self.origin.startswith('SO/'): - self.create_invoices() + # if self.name.startswith('BU/OUT') and self.origin.startswith('SO/'): + # self.create_invoices() return res |
