Skip to Content
Menu
This question has been flagged
5152 Rodiniai

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'?

Portretas
Atmesti

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

Autorius

x and y are just names

Related Posts Replies Rodiniai Veikla
1
saus. 22
3334
0
kov. 15
4499
1
lapkr. 24
1920
1
rugp. 23
2807
1
birž. 18
3798