Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
5340 Ansichten

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
Verwerfen

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

Autor

x and y are just names

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Jan. 22
3455
0
März 15
4603
1
Nov. 24
2139
1
Aug. 23
2936
1
Juni 18
3891