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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
Odoo Table Name
Đã xử lý
|
|
1
thg 4 20
|
12481 | |
Openerp database list in postgresql
Đã xử lý
|
|
5
thg 4 23
|
16012 | |
|
0
thg 3 15
|
3824 | ||
|
1
thg 2 16
|
10586 | ||
|
0
thg 2 25
|
1137 |