from odoo import fields, models class AccountReportExternalValue(models.Model): _inherit = "account.report.external.value" # _description = 'Accounting Report External Value' # _check_company_auto = True # _order = 'date, id' report_id = fields.Many2one('account.report', relate='target_report_line_id.report_id')