Reviewers: ,


Please review this at http://codereview.tryton.org/79001/

Affected files:
  M forecast.py


Index: forecast.py
===================================================================

--- a/forecast.py
+++ b/forecast.py
@@ -101,6 +101,7 @@
'WHERE id = %%s' % self._table, (warehouse_id, forecast_id))
             table.not_null_action('warehouse',
                 action=self.warehouse.required and 'add' or 'remove')
+            table.not_null_action('location', action='remove')

         # Migration from 2.0 delete stock moves
         forecast_ids = self.search([])



--
[email protected] mailing list

Reply via email to