Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3833 มุมมอง

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!

Related Posts ตอบกลับ มุมมอง กิจกรรม
Odoo Table Name แก้ไขแล้ว
1
เม.ย. 20
12960
Openerp database list in postgresql แก้ไขแล้ว
5
เม.ย. 23
16508
0
มี.ค. 15
4165
1
ก.พ. 16
10940
0
ก.ค. 25
1554