Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default warehouse in POS order from session config #1334

Open
rianmz-genz opened this issue Mar 15, 2025 · 0 comments
Open

Set default warehouse in POS order from session config #1334

rianmz-genz opened this issue Mar 15, 2025 · 0 comments

Comments

@rianmz-genz
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant