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

Hello all,

I'm on my homepage. I'm logged in. I click on "Promote" on the top right menu. I define some keywords there.

After this, where could I find those keywords in the database? In which table?

Thanks

アバター
破棄
最善の回答

@Pascal

You could find it on the field website_meta_keywords of the model ir.ui.view (table ir_ui_view) specifically for the page you use the promote form, for example if you do it on the homepage this website_meta_keywords values saved are on the ir.ui.view record for the Homepage view. You could also issue this SQL query who will discover those records for you:

select * from ir_ui_view where website_meta_keywords is not null;
アバター
破棄
著作者

Absolutely great! Thanks a lot!

関連投稿 返信 ビュー 活動
1
4月 20
13179
5
4月 23
16688
0
3月 15
4278
1
9月 25
11102
0
7月 25
1713