Repository
OCA/stock-logistics-reporting · module folder · Try on Runboat
Module version
1.0.0
Category
Reporting
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-reporting
Last tracking update
2026-08-07 08:42:55
Authors
Odoo Community Association (OCA), Quartile
Maintainers
Odoo Community Association (OCA), Quartile
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows printing the Picking Operations report in the
partner's or warehouse's language, configurable at the warehouse level.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
report_picking_with_language report_picking_with_language ir.ui.view qweb New
view_warehouse_inherit stock.warehouse.inherit stock.warehouse Inherits stock.view_warehouse
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • active_lang_count Integer
    compute='_compute_active_lang_count'
  • picking_operation_language_option Selection
    help="Partner: Picking Operations report will use the partner's language.\nWarehouse: Picking Operations report will use the language specified in the Warehouse Language field." args: [('partner', 'Partner'), ('warehouse', 'Warehouse')]
  • warehouse_language Selection
    default=<expr> args: _lang_get
Public methods (0)

No public methods.

Loading…

Loading…