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

Its there a way to know which fields are inherited from other models and which are not in Odoo?

For example I have the model "note.note", and I can use SELECT column_name FROM information_schema.columns WHERE table_name=‘note_note’; to have the column names, or I can also do a "note_id.read()" in an existing record to read all the fields. 

But I need to exclude the columns that were added by inheritance. Is it possible?

アバター
破棄
関連投稿 返信 ビュー 活動
0
3月 25
2
4
2月 25
2598
0
8月 24
1301
1
8月 24
2194
2
11月 24
3324