Skip to Content
Menu
This question has been flagged
1 Reply
2059 Views

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