Merge PR #726 into 12.0

Signed-off-by max3903
This commit is contained in:
OCA-git-bot
2019-09-27 13:09:40 +00:00

View File

@@ -101,6 +101,7 @@ class StockRequestOrder(models.Model):
stock_request_ids = fields.One2many(
'stock.request',
inverse_name='order_id',
copy=True,
)
stock_request_count = fields.Integer(
string='Stock requests',