TIP: You can type at any time to perform a new search.
Report to label printer
base_report_to_label_printer · OCA/report-print-send
- Repository
- OCA/report-print-send · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Generic Modules/Base
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/report-print-send
- Last tracking update
- 2026-08-07 09:06:23
- Authors
- Odoo Community Association (OCA), Raumschmiede GmbH - Christopher Hansen
- Maintainers
- Odoo Community Association (OCA), Raumschmiede GmbH - Christopher Hansen
- Committers
- Daryl Chen, Emanuel Cino, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module makes it possible to print specific reports to a label printer that is configured on the user. To do this, the following must be configured: - Flag the report as a label report - Define a label printer for the user
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
act_report_xml_view |
ir.actions.report.inherit.view.form | ir.actions.report | form | Inherits base_report_to_printer.act_report_xml_view |
view_users_form |
res.users.inherit.view.form | res.users | form | Inherits base_report_to_printer.view_users_form |
view_users_form_simple_modif |
res.users.inherit.view.form | res.users | form | Inherits base_report_to_printer.view_users_form_simple_modif |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
labelBooleanstring='Report is a Label'
No public methods.
New fields (1)
-
default_label_printer_idMany2one → printing.printercomodel_name='printing.printer'string='Default Label Printer'
-
SELF_READABLE_FIELDS(self)@property -
SELF_WRITEABLE_FIELDS(self)@property
Loading…
Loading…
Loading…