TIP: You can type at any time to perform a new search.
Stock Card Report
stock_card_report · OCA/stock-logistics-reporting
- Repository
- OCA/stock-logistics-reporting · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Warehouse
- Folder size
- 0.11 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-reporting
- Last tracking update
- 2026-08-07 08:09:21
- Authors
- Odoo Community Association (OCA), Ecosoft
- Maintainers
- Odoo Community Association (OCA), Ecosoft
- Committers
- Saran440, Weblate, OCA-git-bot, oca-ci, dsolanki
Code Analysis ⓘ
Views touched (9)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
report_buttons |
report_buttons | ir.ui.view | qweb | New |
report_stock_card_report_html |
report_stock_card_report_html | ir.ui.view | qweb | New |
stock_card_report.internal_layout |
stock_card_report.internal_layout | ir.ui.view | qweb | New |
stock_card_report.report_stock_card_lines |
stock_card_report.report_stock_card_lines | ir.ui.view | qweb | New |
stock_card_report.report_stock_card_lines_header |
stock_card_report.report_stock_card_lines_header | ir.ui.view | qweb | New |
stock_card_report.report_stock_card_report_base |
stock_card_report.report_stock_card_report_base | ir.ui.view | qweb | New |
stock_card_report.report_stock_card_report_filters |
stock_card_report.report_stock_card_report_filters | ir.ui.view | qweb | New |
stock_card_report.report_stock_card_report_pdf |
stock_card_report.report_stock_card_report_pdf | ir.ui.view | qweb | New |
stock_card_report_wizard_form |
stock.card.report.wizard.form | stock.card.report.wizard | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (5)
-
date_fromDate -
date_toDate -
location_idMany2one → stock.locationcomodel_name='stock.location' -
product_idsMany2many → product.productcomodel_name='product.product' -
resultsMany2many → stock.card.viewcomodel_name='stock.card.view'compute='_compute_results'help='Use compute fields, so there is nothing store in database'
-
get_html(self, given_context=None)@api.model -
print_report(self, report_type='qweb')
New fields (0)
No new fields.
Public methods (1)-
generate_xlsx_report(self, workbook, data, objects)
New fields (5)
-
date_fromDatestring='Start Date' -
date_range_idMany2one → date.rangecomodel_name='date.range'string='Period' -
date_toDatestring='End Date' -
location_idMany2one → stock.locationcomodel_name='stock.location'required=Truestring='Location' -
product_idsMany2many → product.productcomodel_name='product.product'required=Truestring='Products'
-
button_export_html(self) -
button_export_pdf(self) -
button_export_xlsx(self)
New fields (12)
-
dateDatetime -
is_initialBoolean -
location_dest_idMany2one → stock.locationcomodel_name='stock.location' -
location_idMany2one → stock.locationcomodel_name='stock.location' -
picking_idMany2one → stock.pickingcomodel_name='stock.picking' -
product_idMany2one → product.productcomodel_name='product.product' -
product_inFloat -
product_outFloat -
product_qtyFloat -
product_uomMany2one → uom.uomcomodel_name='uom.uom' -
product_uom_qtyFloat -
referenceChar
-
name_get(self)
Loading…
Loading…
Loading…
Loading…