Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

I have a requirement, suppose there is 2 table


table_A
field_1 = char()
field_2 = many2one('table_B')
table_b
name= char()
if i click on field_2 of table_A then it call name_search function of table_B, In name search i need value of that record ID of table_A
My requirement is i need customize name_search to return value based on the value of field_1 of table_A
Is this possible to do in odoo?

Awatar
Odrzuć

When should you use name_search method: https://goo.gl/7PHhPP

Powiązane posty Odpowiedzi Widoki Czynność
0
lip 17
3770
2
wrz 15
9087
1
lip 15
6670
name_get Rozwiązane
2
lip 24
9853
1
kwi 19
2652