Repository
OCA/report-print-send · module folder · Try on Runboat
Module version
1.1.0
Category
Generic Modules/Base
Folder size
0.1 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
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
David Beal, Weblate, OCA-git-bot, Mourad, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
print_config_form print.config form New
print_config_search print.config search New
print_config_tree print.config tree New
view_company_form res.company form Inherits base.view_company_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (6)
  • comment Char
  • company_id Many2one → res.company
    comodel_name='res.company' string='Company'
  • display_name Char
    compute='_compute_display_name' store=True args: 'Name'
  • port Integer
    tracking=True
  • printer_ids One2many → printer
    comodel_name='printer' inverse_name='config_id'
  • server Char
    help='IP or name resolved by your internal DNS' required=True string='🖥 Server' tracking=True
Public methods (0)

No public methods.

New fields (7)
  • comment Char
  • company_id Many2one → res.company
    related='config_id.company_id' store=True args: 'res.company'
  • config_id Many2one → print.config
    comodel_name='print.config' required=True
  • name Char
    help='must be completed by internal user' required=True
  • readonly Boolean
    help='Make some fields readonly in views if set to True.\nIn some case, erp project may be imply minimal config as module data\nwith some fields might updated within the interface'
  • usage Char
    help='Developers may use this to guess adapted printers for their workflows' required=True
  • warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse'
Public methods (0)

No public methods.

New fields (1)
  • print_config_id Many2one → print.config
    comodel_name='print.config'
Public methods (0)

No public methods.