Skip to content
Snippets Groups Projects
Commit 8e30349f authored by Antoine Vandevenne (anv)'s avatar Antoine Vandevenne (anv) Committed by Pierre Masereel
Browse files

[REF] point_of_sale: remove stock location from POS config


There is currently a stock location that is set on the pos config which
is by default the the default source of the picking type. This field is
not really usefull and we prefer that the configuration of the source
location where the POS will take products come from a dedicated
picking type that will have the correct default source location.

So we have removed the stock_location_id from the pos_config and changed
the related set on orders, by the location of the picking set on the
pos order, as it was not really consistent that if the pos_config was
changed the location of all existing orders was changed too.

TASK-ID: 1970513

closes odoo/odoo#32870

Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
parent a681631d
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment