Hello there,
When logged, if I click on the promote menu, I can define the title of any webpage of my site.
I want to know in which table of the database is stocked this info? I don't find this table...
We are on odoo 8.
Thanks to help.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello there,
When logged, if I click on the promote menu, I can define the title of any webpage of my site.
I want to know in which table of the database is stocked this info? I don't find this table...
We are on odoo 8.
Thanks to help.
I have found the right place.
website_meta_title and website_meta_description are stocked in the ir.ui.view table. So, each view in ir.ui.view has its values for these two fields.
So, I have added this code to base.view_view_tree and base.view_view_form.
<field name="website_meta_title"/>
<field name="website_meta_description"/>
Result in base.view_view_form :
This might give you some directions for searching
I saw this table. I was sure it was the right one. But it is empty... absolutely no line in this table... Is it possible?
Thanks for your help.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Mar 15
|
3007 | ||
|
2
Nov 24
|
1852 | ||
|
2
Oct 24
|
338 | ||
|
2
Aug 24
|
361 | ||
|
3
Jul 24
|
6440 |