콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4002 화면

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!

관련 게시물 답글 화면 활동
Odoo Table Name 해결 완료
1
4월 20
13234
5
4월 23
16737
0
3월 15
4331
1
9월 25
11157
0
7월 25
1732