跳至内容
菜单
此问题已终结
3424 查看

I imported over 2500 products-supplier assignments via a script and I just noticed that they are displayed wrong in the frontend but the assignment in the database is correct (table product_supplierinfo). Is there a cache somewhere that needs to be cleared, or what could cause such a behavior?


The script that I used looks like that:


//create supplier relation

$models->execute_kw($db, $uid, $password,

'product.supplierinfo', 'create',

array(array('name' => $supplier_relation, 'min_qty' => 0, 'delay' => 10, 'product_tmpl_id' => $product['id'], 'product_code' => $product_code))

);

形象
丢弃
相关帖文 回复 查看 活动
1
3月 15
4352
1
2月 25
7499
1
3月 15
5753
2
3月 15
5183
5
2月 24
15465