Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 07:38:22
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Lois Rilo, OCA-git-bot, oca-travis
Odoo dependencies
OCA/stock-logistics-warehouse:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_inventory_line_tree2 stock.inventory.line.tree2 - stock_account_inventory_discrepancy stock.inventory.line Inherits stock.stock_inventory_line_tree2
view_location_form Location form - stock_account_inventory_discrepancy stock.location form Inherits stock.view_location_form
view_warehouse stock.warehouse - stock_account_inventory_discrepancy stock.warehouse Inherits stock.view_warehouse
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (3)
  • company_currency_id Many2one → res.currency
    comodel_name='res.currency' readonly=False related='inventory_id.company_id.currency_id' string='Company Currency'
  • discrepancy_amount Monetary
    compute='_compute_discrepancy_amount' currency_field='company_currency_id' default=0 digits='Product Unit of Measure' help='The difference between the actual qty counted and the theoretical quantity on hand expressed in the cost amount.' string='Amount Discrepancy'
  • discrepancy_amount_threshold Monetary
    compute='_compute_discrepancy_amount_threshold' currency_field='company_currency_id' help='Maximum Discrepancy Amount Threshold' string='Amount Threshold'
Public methods (0)

No public methods.

New fields (2)
  • discrepancy_amount_threshold Monetary
    currency_field='discrepancy_amount_threshold_currency_id' help="Maximum Discrepancy Amount allowed for any product when doing an Inventory Adjustment. Thresholds defined in Locations have preference over Warehouse's ones." string='Maximum Discrepancy Amount Threshold'
  • discrepancy_amount_threshold_currency_id Many2one → res.currency
    comodel_name='res.currency' readonly=True related='company_id.currency_id'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • discrepancy_amount_threshold Monetary
    currency_field='discrepancy_amount_threshold_currency_id' help='Maximum Discrepancy Amount allowed for any product when doing an Inventory Adjustment. Threshold defined in involved Location has preference.' string='Maximum Discrepancy Amount Threshold'
  • discrepancy_amount_threshold_currency_id Many2one → res.currency
    comodel_name='res.currency' readonly=True related='company_id.currency_id'
Public methods (0)

No public methods.

Loading…