コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2963 ビュー

After migrating from v7 to Odoo9. Now we are facing speed issue.

Mostly code written in v7 format like:-
mrp_obj = self.pool.get('mrp.production')
for sale in self.browse(cr, uid, ids, context=context):
mo_ids = mrp_obj.search(cr, uid, [('origin','=',sale.name)])
for mo in mrp_obj.browse(cr, uid, mo_ids):
.....
The coding and query style is old in Odoo9 version, is this the speed issue ?? Should I use api.multi tag and re-write the code again ??

アバター
破棄
関連投稿 返信 ビュー 活動
2
10月 19
6814
0
12月 16
3145
0
3月 24
1269
0
3月 19
3544
0
2月 19
4678