Skip to Content
Menu
This question has been flagged
1487 Views

Hi,
I am trying to migrate one custom module in odoo 10 which is from odoo 12. There is one method _load_records()
action = self.env['ir.actions.client'].sudo()._load_records([data]) --> how can I replace this in odoo 10. I tried with method load() from models.py, but it need some paramenters. Please suggest some way for above.

Thanks

Avatar
Discard