| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/web |
| GIT | |
| GIT | https://github.com/OCA/web.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/web/tree/16.0/web_merge_notebook_tab |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/web |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_ir_ui_view_merge_notebook_tab_tree |
ir.ui.view.merge.notebook.tab | tree | New |
No new fields.
Public methods (0)No public methods.
merge_tab_names
Char
required=True
model
Char
related='model_id.model'
string='Model Name'
model_id
Many2one → ir.model
comodel_name='ir.model'
ondelete='cascade'
required=True
tab_name
Char
compute='_compute_tab_name'
help="Technical field. 'name' field of the <page> element that will be inserted."
readonly=False
store=True
tab_name_position
Char
help='Name of the tab after which the new tab will be inserted. Let empty to position the tab first.'
tab_names_available
Char
compute='_compute_tab_names_available'
tab_string
Char
help="Text displayed in the header of the tab. 'string' field of the <page> element that will be inserted."
required=True
view_id
Many2one → ir.ui.view
comodel_name='ir.ui.view'
domain='[("model", "=" , model), ("type", "=", "form")]'
required=True
view_xml_id
Char
related='view_id.xml_id'
store=True
string='View XML ID'
check_merge_tab_names(self)
check_tab_name(self)
check_tab_name_position(self)
create(self, vals_list)
unlink(self)
write(self, vals)