Skip to content
Snippets Groups Projects
Commit 6df0c3ef authored by Simon Lejeune's avatar Simon Lejeune
Browse files

[REF] point_of_sale: multi company

Adapt the module to the multicompany changes.

task-1985992
parent bf81b16c
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ class Warehouse(models.Model):
'default_location_dest_id': self.env.ref('stock.stock_location_customers').id,
'sequence': max_sequence + 1,
'sequence_code': 'POS',
'company_id': self.company_id.id,
}
})
return picking_type_create_values, max_sequence + 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment