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
OCA/report-print-send:
odoo/odoo:
- web
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 IDNameModelTypeStatus
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)
  • label Boolean
    string='Report is a Label'
Public methods (0)

No public methods.

New fields (1)
  • default_label_printer_id Many2one → printing.printer
    comodel_name='printing.printer' string='Default Label Printer'
Public methods (2)
  • SELF_READABLE_FIELDS(self)
    @property
  • SELF_WRITEABLE_FIELDS(self)
    @property

Loading…

Loading…

Loading…