ui_view |
View
Catalog: Odoo
Schema: ir
Documentation:
Mixin that overrides the create and write methods to properly generate
ir.model.data entries flagged with Studio for the corresponding resources.
Doesn't create an ir.model.data if the record is part of a module being
currently installed as the ir.model.data will be created automatically
afterwards.
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 ui_view 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. |
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
customize_show |
boolean |
Show As Optional Inherit |
☐ |
|
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 |
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. |
id |
int32 |
ID |
☐ |
|
inherit_children_ids |
string |
|
☐ |
|
inherit_id_label |
string |
|
☐ |
|
inherit_id |
string |
|
☐ |
|
is_seo_optimized |
boolean |
SEO optimized |
☐ |
|
key |
string |
Key |
☐ |
|
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 |
☐ |
|
visibility_password_display |
string |
Visibility Password Display |
☐ |
|
visibility_password |
string |
Visibility Password |
☐ |
|
visibility |
string |
Visibility |
☐ |
|
website_id_label |
string |
|
☐ |
|
website_id |
string |
|
☐ |
|
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 |
☐ |
|
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