Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2819 Переглядів

hi all,

models: 1) items  2) subcat

event: onchange

I had a model items, contains a Many2one field for category, when user select a value (subcat) i want to get another field value ( parentcat, it is Char type ) from same model - subcat - 

how i can achieve this, please help.

regards


Аватар
Відмінити
Найкраща відповідь

Hello,

You would want to look at related fields. You would have the field subcat_parentcat on the items model like this:

subcat_parentcat = fields.Char(related="category_id.parentcat")

This would get the parentcat char field of whatever is selected in the Many2one category_id.

I hope this helps,

Thanks, 



Аватар
Відмінити
Автор

thanks for help :)

Related Posts Відповіді Переглядів Дія
2
квіт. 23
3165
2
лют. 25
41157
2
лист. 22
3164
1
лют. 22
8176
2
груд. 21
4557