コンテンツへスキップ
メニュー
この質問にフラグが付けられました
5352 ビュー

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

アバター
破棄

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

著作者

x and y are just names

関連投稿 返信 ビュー 活動
1
1月 22
3462
0
3月 15
4606
1
11月 24
2146
1
8月 23
2940
1
6月 18
3894