Repository
OCA/operating-unit · module folder · Try on Runboat
Module version
1.1.0
Category
Reports/Qweb
Folder size
0.1 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/operating-unit
Last tracking update
2026-08-07 08:42:58
Authors
Odoo Community Association (OCA), Onestein, Serpent Consulting Services Pvt. Ltd., ForgeFlow S.L.
Maintainers
Odoo Community Association (OCA), Onestein, Serpent Consulting Services Pvt. Ltd., ForgeFlow S.L.
Committers
Anjeel Haria, tarteo, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/operating-unit:
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to use custom operating unit headers for any report
in Odoo

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
external_layout_bold_ou external_layout_bold_ou ir.ui.view qweb Inherits web.external_layout_bold
external_layout_boxed_ou external_layout_boxed_ou ir.ui.view qweb Inherits web.external_layout_boxed
external_layout_bubble_ou external_layout_bubble_ou ir.ui.view qweb Inherits web.external_layout_bubble
external_layout_folder_ou external_layout_folder_ou ir.ui.view qweb Inherits web.external_layout_folder
external_layout_standard_ou external_layout_standard_ou ir.ui.view qweb Inherits web.external_layout_standard
external_layout_striped_ou external_layout_striped_ou ir.ui.view qweb Inherits web.external_layout_striped
external_layout_wave_ou external_layout_wave_ou ir.ui.view qweb Inherits web.external_layout_wave
view_operating_unit_form operating.unit.form operating.unit form Inherits operating_unit.view_operating_unit_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (5)
  • is_operating_unit_details_empty Boolean
    compute='_compute_empty_operating_unit_details'
  • operating_unit_details Html
    compute='_compute_operating_unit_details' help='Header text displayed at the top of all reports.' readonly=False store=True translate=True
  • partner_image Image
    compute='_compute_partner_image' inverse='_inverse_partner_image' string='Logo'
  • report_footer Html
    compute='_compute_report_footer' help='Footer text displayed at the bottom of all reports.' readonly=False store=True translate=True
  • report_header Html
    compute='_compute_report_header' help="Operating Unit tagline, which is included in a printed document's header or footer (depending on the selected layout)." readonly=False store=True string='Operating Unit Tagline' translate=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
240 days ago
Last activity
105 days ago
Repository
OCA/operating-unit
Pull request
[19.0][MIG]: report_qweb_operating_unit: Migration to 19.0 (#822)