Repository
OCA/stock-logistics-reporting · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-reporting
Last tracking update
2026-08-07 07:31:56
Authors
Odoo Community Association (OCA), Agile Business Group
Maintainers
Odoo Community Association (OCA), Agile Business Group
Committers
eLBati, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_analysis_pivot stock.analysis.pivot stock.analysis pivot New
stock_analysis_pivot_search stock.analysis.search stock.analysis search New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (8)
  • categ_id Many2one → product.category
    readonly=True string='Category' args: 'product.category'
  • company_id Many2one → res.company
    readonly=True string='Company' args: 'res.company'
  • in_date Datetime
    readonly=True args: 'Incoming Date'
  • location_id Many2one → stock.location
    readonly=True string='Location' args: 'stock.location'
  • lot_id Many2one → stock.production.lot
    readonly=True string='Lot' args: 'stock.production.lot'
  • package_id Many2one → stock.quant.package
    readonly=True string='Package' args: 'stock.quant.package'
  • product_id Many2one → product.product
    readonly=True string='Product' args: 'product.product'
  • quantity Float
    readonly=True string='Quantity'
Public methods (1)
  • init(self)
    @api.model_cr

Loading…