Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 08:42:50
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, juancarlosonate-tecnativa
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module enhances the Physical Inventory functionality by introducing a new column, Adjustment Cost, within the Quant Details list and its corresponding PDF report. The Adjustment Cost is dynamically calculated based on the following formula: (Real Quantity - Theoretical Quantity) multiplied by the Product Cost.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
report_inventory_cost_info report_inventory_cost_info ir.ui.view qweb Inherits stock.report_inventory
view_stock_quant_tree_inventory_editable stock.quant tree Inherits stock.view_stock_quant_tree_inventory_editable
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • adjustment_cost Monetary
    compute='_compute_adjustment_cost' help='(Real Quantity - Theoretical Quantity) multiplied by the Product Cost' store=True
  • currency_id Many2one → res.currency
    comodel_name='res.currency' related='company_id.currency_id' string='Currency'
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
54 days ago
Last activity
45 days ago
Repository
OCA/stock-logistics-warehouse
Pull request
[MIG] stock_quant_cost_info: Migration to 17.0 (#2608)