[FIX] Method Name

This commit is contained in:
scampbell
2019-08-06 11:32:57 -07:00
parent eb96a8519a
commit 6a56e63cca

View File

@@ -14,7 +14,7 @@ class StockRequestOrder(models.Model):
readonly=True)
@api.onchange('direction')
def _onchange_direction(self):
def _onchange_location_id(self):
if self.direction == 'outbound':
# Stock Location set to Partner Locations/Customers
self.location_id = \