TIP: You can type at any time to perform a new search.
Report to printer - Paper tray selection
printer_tray · OCA/report-print-send
- Repository
- OCA/report-print-send · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Printer
- Folder size
- 0.11 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.camptocamp.com/
- Last tracking update
- 2026-08-07 07:17:43
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp
- Committers
- Pedro M. Baeza, Graeme Gellatly, Moises Lopez - https://www.vauxoo.com/, Weblate, OCA Transbot, ecino, OCA-git-bot, oca-travis, Sylvain GARANCHER
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
act_report_xml_view |
ir.actions.report.xml.add.printer.tray | ir.actions.report.xml | Inherits base_report_to_printer.act_report_xml_view | |
printing_printer_view_form |
printing.printer.form | printing.printer | form | Inherits base_report_to_printer.printing_printer_view_form |
printing_report_xml_action_view_form |
printing.report.xml.action.form | printing.report.xml.action | form | Inherits base_report_to_printer.printing_report_xml_action_view_form |
printing_report_xml_action_view_tree |
printing.report.xml.action.form | printing.report.xml.action | form | Inherits base_report_to_printer.printing_report_xml_action_view_tree |
view_users_form |
res.users.form.add.printer.tray | res.users | form | Inherits base_report_to_printer.view_users_form |
view_users_prefs |
res.users.form.printing.tray | 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 (5)
New fields (1)
-
printer_tray_idMany2one → printing.traycomodel_name='printing.tray'domain="[('printer_id', '=', printing_printer_id)]"string='Paper Source'
-
onchange_printing_printer_id(self)@api.onchange('printing_printer_id')Reset the tray when the printer is changed
New fields (1)
-
tray_idsOne2many → printing.traycomodel_name='printing.tray'inverse_name='printer_id'string='Paper Sources'
-
print_options(self, report=None, format=None, copies=1)@api.multiHook to define Tray
New fields (1)
-
printer_tray_idMany2one → printing.traycomodel_name='printing.tray'domain="[('printer_id', '=', printer_id)]"string='Paper Source'
-
behaviour(self)@api.multi -
onchange_printer_id(self)@api.onchange('printer_id')Reset the tray when the printer is changed
New fields (3)
-
nameCharrequired=True -
printer_idMany2one → printing.printercomodel_name='printing.printer'ondelete='cascade'readonly=Truerequired=Truestring='Printer' -
system_nameCharreadonly=Truerequired=True
No public methods.
New fields (1)
-
printer_tray_idMany2one → printing.traycomodel_name='printing.tray'domain="[('printer_id', '=', printing_printer_id)]"string='Default Printer Paper Source'
-
onchange_printing_printer_id(self)@api.onchange('printing_printer_id')Reset the tray when the printer is changed
Loading…
Loading…
Loading…