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

Hi,

Is it possible to show fields from another model in a model view without creating related fields?

because i need to show a lot of fields and don't want to duplicate the data

Thank you

アバター
破棄
最善の回答

Hi Ali:

Yes. This is possible. You can do it using computed fields.

The following link may be helpful: https://www.odoo.com/documentation/12.0/reference/orm.html#basic-fields


アバター
破棄
著作者

Thank you, but i don't want to add any new field, i just want to show Model A fields in Model B view

A field has to exist in the underlying model before you can display it in the view. If you do not selected the "Stored" attribute, the field will be added to the model without storing it's contents in the database.

著作者

OK Thanks

関連投稿 返信 ビュー 活動
0
11月 19
3862
2
3月 19
8682
5
8月 24
46745
4
5月 24
7174
2
4月 24
2590