Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3571 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

@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;
Avatar
Zrušit
Autor

Absolutely great! Thanks a lot!

Related Posts Odpovědi Zobrazení Aktivita
1
dub 20
12500
5
dub 23
16022
0
bře 15
3831
1
úno 16
10591
0
úno 25
1176