| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-reporting |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_kardex_report |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Reports |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Jarsa |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Jarsa |
| COMMITTERS | |
| COMMITTERS | Jesús Alan Ramos Rodríguez, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
open_table(self)