Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.0
Category
Point of sale
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 08:23:00
Authors
Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
Maintainers
Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.
Committers
Weblate, OCA-git-bot, oca-ci, Parvez Qureshi
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
# Point of Sale - Product Info Location

This module enhances the Point of Sale (POS) system by displaying the stock quantities of a product by location directly in the product information popup.

## Key Features

- Shows the list of internal stock locations where the product is available.
- Displays real-time available quantities per location.
- Automatically filters out locations with zero quantity.
- Only displays locations that are children of the POS configuration's stock operation type's source location (e.g., WH/Stock).
- Compatible with complex location structures like:
  - WH/Stock/Shelf1/Drawer1
  - WH/Stock/Shelf2/Drawer3
  - WH/Stock2/Shelf1/Drawer2
- Bonus: If the trusted_config_ids field is set on the POS configuration, quantities from trusted locations will also be shown without duplication.

## Use Case

This module is especially useful in warehouse environments where stock is distributed across multiple sub-locations and the POS user needs quick access to location-specific inventory data to improve picking efficiency and customer service.

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • module_pos_product_info_position Boolean
    compute='_compute_module_pos_product_info_position' string='Module Pos Product Info Position Installed'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_product_info_pos(self, price, quantity, pos_config_id)