Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3765 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

@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;
Awatar
Odrzuć
Autor

Absolutely great! Thanks a lot!

Powiązane posty Odpowiedzi Widoki Czynność
Odoo Table Name Rozwiązane
1
kwi 20
12850
5
kwi 23
16390
0
mar 15
4082
1
lut 16
10858
0
lip 25
1467