Skip to content

[FW][IMP] inventory: external/internal mixup #12965

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

Open
wants to merge 1 commit into
base: 18.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,14 @@ field, there are:
View locations in Odoo
----------------------

Odoo databases include pre-configured view locations to organize the hierarchy of locations. These
Odoo databases include preconfigured view locations to organize the hierarchy of locations. These
provide helpful context, and distinguish between internal and external locations.

- *Physical locations* serve as an umbrella for external locations, without changing a product's
inventory value. (Inventory valuation changes occur when products move from internal to external
locations).
- *Physical locations* group internal locations—such as secondary warehouses and subcontractor
sites. Because :doc:`inventory valuation
<../product_management/inventory_valuation/inventory_valuation_config>` changes only when goods
move from internal to external locations, Odoo uses physical locations to track stock that is
off-site or in transit without affecting valuation.

.. _inventory/warehouses_storage/interwarehouse-transit:

Expand Down