Repository
OCA/report-print-send · module folder · Try on Runboat
Module version
1.0.1
Category
Generic Modules/Base
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/report-print-send
Last tracking update
2026-08-07 08:09:12
Authors
Odoo Community Association (OCA), Creu Blanca
Maintainers
Odoo Community Association (OCA), Creu Blanca
Committers
Enric Tobella, Weblate, OCA-git-bot, oca-ci, Kevin Luna
Odoo dependencies
OCA/report-print-send:
OCA/server-tools:
odoo/odoo:
- web
Python dependencies
pycups
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
printing_printer_form_view printing.printer.form (in remote_report_to_printer) printing.printer form Inherits base_report_to_printer.printing_printer_view_form
res_remote_form res.remote.form res.remote form Inherits base_remote.res_remote_form
res_remote_printer_form res.remote.printer.form res.remote.printer form New
res_remote_printer_remote_tree res.remote.printer.tree res.remote.printer tree Inherits res_remote_printer_tree
res_remote_printer_tree res.remote.printer.tree res.remote.printer tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • action_type Selection
    selection=_available_action_types
Public methods (0)

No public methods.

New fields (1)
  • printer_remote_ids One2many → res.remote.printer
    help='Remote that can use this printer.' inverse_name='printer_id' string='Remotes' args: 'res.remote.printer'
Public methods (0)

No public methods.

New fields (1)
  • remote_printer_ids One2many → res.remote.printer
    inverse_name='remote_id' args: 'res.remote.printer'
Public methods (1)
  • get_printer_behaviour(self)

New fields (5)
  • is_default Boolean
    default=False
  • printer_id Many2one → printing.printer
    ondelete='cascade' args: 'printing.printer'
  • printer_tray_id Many2one → printing.tray
    domain="[('printer_id', '=', printer_id)]" ondelete='cascade' args: 'printing.tray'
  • printer_usage Selection
    default='standard' args: [('standard', 'Standard')]
  • remote_id Many2one → res.remote
    ondelete='cascade' readonly=True args: 'res.remote'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…