mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[12.0][FIX] stock_request: stock request lines were not being
copied when duplicating a stock request order.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user