# -*- coding: utf-8 -*- from odoo import models, fields class ResCompany(models.Model): _inherit = 'res.company' dhis2_code = fields.Char(string="DHIS Code") _header_main_wo_placeholders = """
[[ company.partner_id.name ]] [[ display_address(company.partner_id) or '' ]]
""" _header_a4 = _header_main_wo_placeholders