page |
Page
Catalog: Odoo
Schema: website
The data in this table is partitioned per value of the column.
This is a read-only table. The Odoo API may not support changing the data or the Invantive SQL driver for Odoo does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Odoo API.
Table Columns
The columns of the table page are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
active |
boolean |
Active |
☐ |
If this view is inherited,* if True, the view always extends its parent* if False, the view currently does not extend its parent but can be enabled |
arch_base |
string |
Base View Architecture |
☐ |
This field is the same as `arch` field without translations |
arch_db |
string |
Arch Blob |
☐ |
This field stores the view arch. |
arch_fs |
string |
Arch Filename |
☐ |
File from where the view originates.Useful to (hard) reset broken views or to read arch from file in dev-xml mode. |
arch_prev |
string |
Previous View Architecture |
☐ |
This field will save the current `arch_db` before writing on it.Useful to (soft) reset a broken view. |
arch_updated |
boolean |
Modified Architecture |
☐ |
|
arch |
string |
View Architecture |
☐ |
This field should be used when accessing view arch. It will use translation.Note that it will read `arch_db` or `arch_fs` if in dev-xml mode. |
can_publish |
boolean |
Can Publish |
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
customize_show |
boolean |
Show As Optional Inherit |
☐ |
|
date_publish |
datetime |
Publishing Date |
☐ |
|
display_name |
string |
Display Name |
☐ |
|
first_page_id_label |
string |
|
☐ |
First page linked to this view |
first_page_id |
string |
|
☐ |
First page linked to this view |
footer_visible |
boolean |
Footer Visible |
☐ |
|
groups_id |
string |
|
☐ |
If this field is empty, the view applies to all users. Otherwise, the view applies to the users of those groups only. |
header_color |
string |
Header Color |
☐ |
|
header_overlay |
boolean |
Header Overlay |
☐ |
|
header_visible |
boolean |
Header Visible |
☐ |
|
id |
int32 |
ID |
☐ |
|
inherit_children_ids |
string |
|
☐ |
|
inherit_id_label |
string |
|
☐ |
|
inherit_id |
string |
|
☐ |
|
is_homepage |
boolean |
Homepage |
☐ |
|
is_in_menu |
boolean |
Is In Menu |
☐ |
|
is_published |
boolean |
Is Published |
☐ |
|
is_seo_optimized |
boolean |
SEO optimized |
☐ |
|
is_visible |
boolean |
Is Visible |
☐ |
|
key |
string |
Key |
☐ |
|
menu_ids |
string |
|
☐ |
|
mode |
string |
View inheritance mode |
☑ |
Only applies if this view inherits from an other one (inherit_id is not False/Null).* if extension (default), if this view is requested the closest primary viewis looked up (via inherit_id), then all views inheriting from it with thisview's model are applied* if primary, the closest primary view is fully resolved (even if it uses adifferent model than this one), then this view's inheritance specs(<xpath/>) are applied, and the result is used as if it were this view'sactual arch. |
model_data_id_label |
string |
|
☐ |
|
model_data_id |
string |
|
☐ |
|
model_id_label |
string |
|
☐ |
|
model_id |
string |
|
☐ |
|
model |
string |
Model |
☐ |
|
name |
string |
View Name |
☑ |
|
page_ids |
string |
|
☐ |
|
priority |
int32 |
Sequence |
☑ |
|
seo_name |
string |
Seo name |
☐ |
|
theme_template_id_label |
string |
|
☐ |
|
theme_template_id |
string |
|
☐ |
|
track |
boolean |
Track |
☐ |
Allow to specify for one page of the website to be trackable or not |
type |
string |
View Type |
☐ |
|
url |
string |
Page URL |
☐ |
|
view_id_label |
string |
|
☐ |
|
view_id |
string |
|
☐ |
|
visibility_password_display |
string |
Visibility Password Display |
☐ |
|
visibility_password |
string |
Visibility Password |
☐ |
|
visibility |
string |
Visibility |
☐ |
|
website_id_label |
string |
|
☐ |
Restrict publishing to this website. |
website_id |
string |
|
☐ |
Restrict publishing to this website. |
website_indexed |
boolean |
Is Indexed |
☐ |
|
website_meta_description |
string |
Website meta description |
☐ |
|
website_meta_keywords |
string |
Website meta keywords |
☐ |
|
website_meta_og_img |
string |
Website opengraph image |
☐ |
|
website_meta_title |
string |
Website meta title |
☐ |
|
website_published |
boolean |
Visible on current website |
☐ |
|
website_url |
string |
Website URL |
☐ |
The full URL to access the document through the website. |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
xml_id |
string |
External ID |
☐ |
ID of the view defined in xml file |
01-03-2023 15:29 Version 22.1.135-BETA+3826