suppose I have invoice selection field
select_invoice_id = fields.Many2one('account.move', string='invoice")
related_account_id = fields.Many2one(string="related account")
i want list of accounts inside the invoice line available on the field "related_account_id"
How's that possible? please help