Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3952 Visualizzazioni

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
Abbandona
Risposta migliore

@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
Abbandona
Autore

Absolutely great! Thanks a lot!

Post correlati Risposte Visualizzazioni Attività
1
apr 20
13174
5
apr 23
16681
0
mar 15
4273
1
set 25
11093
0
lug 25
1711