analytic_account_id = fields.Many2one('account.analytic.account', string='Analytic Account', index=True, compute="_compute_analytic_account_id", store=True, readonly=False, check_company=True, copy=True)
How can this field be editable on the form? I googled and all the answers mentioned 'inverse' function, but this field does not seem like that.