跳至內容
選單
此問題已被標幟
1845 瀏覽次數

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

頭像
捨棄