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

I've added a button in a one2many tree view to update the price_surcharge in product.pricelist.item. This price also appears as a field in the one2many field. On button action actually the price is updated in the one2many, but the problem is that i have to reload the page to see it.Is there any solution for this?

アバター
破棄
最善の回答

Try this one if you useing OpenERP 7.0.

Use This One

<field name="your_one2many_field" options="{'always_reload': true}"/>

the another option is use "reload_on_button"

<field name="your_one2many_field" options="{'reload_on_button': true}"/>

but this is not working because of some bug but in next some days it will work well

アバター
破棄

For know further about "always_reload" go below address

What behavior with options "always_reload"?

著作者

Thanks Parth Gajjar..but none of this works..

関連投稿 返信 ビュー 活動
1
4月 24
8587
2
3月 15
4870
1
3月 15
7101
3
3月 15
20468
0
12月 24
9419