pos icon indicating copy to clipboard operation
pos copied to clipboard

Set default warehouse in POS order from session config

Open rianmz-genz opened this issue 8 months ago • 2 comments

Currently, POS orders do not inherit the warehouse from the session configuration. This can lead to incorrect warehouse assignment when processing orders, especially in multi-warehouse setups.

The default warehouse for POS orders should be set automatically based on session.config_id.picking_type_id.warehouse_id.id. This ensures consistency and avoids manual warehouse selection when confirming POS orders.

Manually setting the warehouse in each POS order (prone to errors). Using a separate module to extend POS functionality (adds unnecessary complexity).

This change aligns with Odoo’s default behavior in stock operations, where warehouses are inherited from session configurations. Implementing this at the POS level would improve automation and reduce human errors in warehouse selection.

rianmz-genz avatar Mar 15 '25 16:03 rianmz-genz

Isn't it related to Odoo standard ? if not, please precise which OCA module and version is impacted

cvinh avatar May 16 '25 21:05 cvinh

also precise the Odoo version

flotho avatar Jun 13 '25 11:06 flotho