mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[IMP] rma: incoming picking type use existing lot by default.
This commit is contained in:
@@ -72,8 +72,8 @@ class StockWarehouse(models.Model):
|
||||
'rma_in_type_id': {
|
||||
'name': _('RMA Receipts'),
|
||||
'code': 'incoming',
|
||||
'use_create_lots': True,
|
||||
'use_existing_lots': False,
|
||||
'use_create_lots': False,
|
||||
'use_existing_lots': True,
|
||||
'default_location_src_id': False,
|
||||
'default_location_dest_id': self.rma_loc_id.id,
|
||||
'sequence': max_sequence + 1,
|
||||
|
||||
Reference in New Issue
Block a user