Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
5973 Переглядів

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..

Related Posts Відповіді Переглядів Дія
Force wizard dimension Вирішено
1
квіт. 24
8626
2
бер. 15
4920
1
бер. 15
7148
3
бер. 15
20513
0
груд. 24
9449