Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2075 Prikazi

I want to let odoo autofill fields with numbers based on a dropdown list in form view.

How can I do that? i am using odoo8

Avatar
Opusti
Best Answer

You can use onchange for that.
Read onchange section for more detail https://www.odoo.com/documentation/8.0/reference/orm.html

Avatar
Opusti