How to define on_change method in odoo v8?
Thank you in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
@Prince,
Here you go!
@api.onchange(<your field name>)
def _onchange_student(self):
body of your code
#Note : in odoo v8 you no need to call that method from xml file it will directly call when you do changes in field which you have passed as argument in @api.onchange method. it will call.
Hope this will helps you.
Regards,
Anil.
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
on_change in xml in odoo
해결 완료
|
4
12월 19
|
15186 | ||
|
1
3월 15
|
5869 | |||
|
0
4월 24
|
2648 | |||
|
4
11월 23
|
6836 | |||
|
1
10월 23
|
2834 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.