Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
5943 Visualizzazioni

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?

Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona

For know further about "always_reload" go below address

What behavior with options "always_reload"?

Autore

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

Post correlati Risposte Visualizzazioni Attività
1
apr 24
8603
2
mar 15
4883
1
mar 15
7112
3
mar 15
20478
0
dic 24
9433