Better views for product.ul

Track partner_id on stock.picking
Improve stock.quant.package view
This commit is contained in:
Alexis de Lattre
2017-04-13 20:05:15 +02:00
parent d4fcaa7d14
commit 7a11966992
3 changed files with 84 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ class StockPicking(models.Model):
# In the stock module: _order = "priority desc, date asc, id desc"
# The problem is date asc
partner_id = fields.Many2one(track_visibility='onchange')
class StockLocation(models.Model):
_inherit = 'stock.location'