Printing Simple Configuration

printing_simple_configuration
REPOSITORY
REPOSITORYOCA/report-print-send
GIT
GIThttps://github.com/OCA/report-print-send.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/report-print-send/tree/16.0/printing_simple_configuration
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYGeneric Modules/Base
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSDavid Beal, Weblate, OCA-git-bot, Mourad, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/report-print-send
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits base.view_company_form
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.