Skip to content

Commit

Permalink
Merge pull request #3 from guewen/12.0_add_stock_location_bin_name
Browse files Browse the repository at this point in the history
Do not store area field
  • Loading branch information
grindtildeath authored Sep 17, 2019
2 parents fcc4ae1 + 3fcf9b9 commit fe4a12e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stock_location_bin_name/models/stock_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class StockLocation(models.Model):
area = fields.Char(
'Area',
compute='_compute_area',
store=True,
)

@api.depends('name', 'location_kind', 'location_id.area')
Expand Down

0 comments on commit fe4a12e

Please sign in to comment.