Stock Kardex Report

stock_kardex_report
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
GIT
GIThttps://github.com/OCA/stock-logistics-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_kardex_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYReports
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Jarsa
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Jarsa
COMMITTERS
COMMITTERSJesús Alan Ramos Rodríguez, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_kardex_report_tree_view stock.kardex.report.tree stock.kardex.report tree New
view_stock_kardex_report Inventory Kardex Report stock.kardex.report.wiz form New
Models touched (2)

New fields (12)
  • balance Float
    readonly=True
  • date Datetime
    readonly=True
  • location_dest_id Many2one → stock.location
    readonly=True args: 'stock.location'
  • location_id Many2one → stock.location
    readonly=True args: 'stock.location'
  • lot_id Many2one → stock.production.lot
    readonly=True args: 'stock.production.lot'
  • move_id Many2one → stock.move
    readonly=True args: 'stock.move'
  • origin Char
    readonly=True
  • owner_id Many2one → res.partner
    readonly=True args: 'res.partner'
  • package_id Many2one → stock.quant.package
    readonly=True args: 'stock.quant.package'
  • product_id Many2one → product.product
    readonly=True args: 'product.product'
  • product_uom_id Many2one → uom.uom
    readonly=True args: 'uom.uom'
  • qty_done Float
    readonly=True args: 'Done'
Public methods (0)

No public methods.

New fields (4)
  • date_from Datetime
    default=fields.Datetime.now required=True string='From'
  • date_to Datetime
    default=fields.Datetime.now required=True string='To'
  • location Many2one → stock.location
    required=True args: 'stock.location'
  • product Many2one → product.product
    required=True args: 'product.product'
Public methods (1)
  • open_table(self)