콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
6300 화면

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
8900
2
3월 15
5230
1
3월 15
7499
3
3월 15
20898
1
8월 25
4899