TIP: You can type at any time to perform a new search.
Printing Simple Configuration
printing_simple_configuration · OCA/report-print-send
- 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
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
commentChar -
company_idMany2one → res.companycomodel_name='res.company'string='Company' -
display_nameCharcompute='_compute_display_name'store=True args: 'Name' -
portIntegertracking=True -
printer_idsOne2many → printercomodel_name='printer'inverse_name='config_id' -
serverCharhelp='IP or name resolved by your internal DNS'required=Truestring='🖥 Server'tracking=True
No public methods.
New fields (7)
-
commentChar -
company_idMany2one → res.companyrelated='config_id.company_id'store=True args: 'res.company' -
config_idMany2one → print.configcomodel_name='print.config'required=True -
nameCharhelp='must be completed by internal user'required=True -
readonlyBooleanhelp='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' -
usageCharhelp='Developers may use this to guess adapted printers for their workflows'required=True -
warehouse_idMany2one → stock.warehousecomodel_name='stock.warehouse'
No public methods.
New fields (1)
-
print_config_idMany2one → print.configcomodel_name='print.config'
No public methods.