Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
5445 Visualizzazioni

I have a module 'x', the module is having fields in the db, 'id', 'member_id'.

I want to get the related 'member_id' data to my module 'y', as

temp = fields.many2one('x', "Member ID", required=True)

but what I get with this code is the value of 'id', not 'member_id', how to get the value of 'member_id'?

Avatar
Abbandona

By judging your question I think you mean you've made a model 'x' in place of a module? I'd advise you to use descriptive model names though, since this is really a bad practice..

Autore

x and y are just names

Post correlati Risposte Visualizzazioni Attività
1
gen 22
3542
0
mar 15
4685
1
nov 24
2368
1
ago 23
3057
1
giu 18
3971