| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/18.0/base_export_manager |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, OCA-git-bot, oca-ci, bt-crodriguez |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the export capability:
1. It allows an admin to manage export profiles (`ir.exports`) that
Odoo stores internally but does not show anywhere.
2. It also adds a new column to access rights to enable/disable export
and override the export method to check if the user is allowed to
export. Export is enabled by default. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | list | New |
ir_model_access_view_form |
ir.model.access.form.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_form |
ir_model_access_view_tree |
ir.model.access.list.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree |
ir_model_access_view_tree_edition |
ir.model.access.list.edition.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree_edition |
ir_model_view_form |
ir.model.form.base_export_manager | ir.model | xpath | Inherits base.view_model_form |
res_groups_view_form |
res.groups.form | res.groups | xpath | Inherits base.view_groups_form |
model_id
Many2one → ir.model
compute='_compute_model_id'
compute_sudo=True
domain=[('transient', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
create(self, vals_list)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
field4_id
Many2one → ir.model.fields
domain="[('model_id', '=', model4_id)]"
args: 'ir.model.fields', 'Fourth field'
label
Char
compute='_compute_label'
compute_sudo=True
model1_id
Many2one → ir.model
readonly=True
related='export_id.model_id'
related_sudo=True
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
compute_sudo=True
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
compute_sudo=True
args: 'ir.model', 'Third model'
model4_id
Many2one → ir.model
compute='_compute_model4_id'
compute_sudo=True
args: 'ir.model', 'Fourth model'
name
Char
compute='_compute_name'
compute_sudo=True
help="Field's technical name."
inverse='_inverse_name'
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
No new fields.
Public methods (1)session_info(self)
perm_export
Boolean
default=True
args: 'Export Access'
No public methods.
No new fields.
Public methods (1)fetch_export_models(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/17.0/base_export_manager |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, Weblate, OCA-git-bot, oca-ci, david-s73 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the export capability:
1. It allows an admin to manage export profiles (`ir.exports`) that
Odoo stores internally but does not show anywhere.
2. It also adds a new column to access rights to enable/disable export
and override the export method to check if the user is allowed to
export. Export is enabled by default. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | tree | New |
ir_model_access_view_form |
ir.model.access.form.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_form |
ir_model_access_view_tree |
ir.model.access.tree.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree |
ir_model_access_view_tree_edition |
ir.model.access.tree.edition.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree_edition |
ir_model_view_form |
ir.model.form.base_export_manager | ir.model | xpath | Inherits base.view_model_form |
res_groups_view_form |
res.groups.form | res.groups | xpath | Inherits base.view_groups_form |
model_id
Many2one → ir.model
compute='_compute_model_id'
compute_sudo=True
domain=[('transient', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
create(self, vals_list)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
field4_id
Many2one → ir.model.fields
domain="[('model_id', '=', model4_id)]"
args: 'ir.model.fields', 'Fourth field'
label
Char
compute='_compute_label'
compute_sudo=True
model1_id
Many2one → ir.model
readonly=True
related='export_id.model_id'
related_sudo=True
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
compute_sudo=True
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
compute_sudo=True
args: 'ir.model', 'Third model'
model4_id
Many2one → ir.model
compute='_compute_model4_id'
compute_sudo=True
args: 'ir.model', 'Fourth model'
name
Char
compute='_compute_name'
compute_sudo=True
help="Field's technical name."
inverse='_inverse_name'
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
No new fields.
Public methods (1)session_info(self)
perm_export
Boolean
default=True
args: 'Export Access'
No public methods.
No new fields.
Public methods (1)fetch_export_models(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/16.0/base_export_manager |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Christopher Ormaza, Simon Maillard, Stefan |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| 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 |
|---|---|---|---|---|
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | tree | New |
ir_model_access_view_form |
ir.model.access.form.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_form |
ir_model_access_view_tree |
ir.model.access.tree.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree |
ir_model_access_view_tree_edition |
ir.model.access.tree.edition.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree_edition |
ir_model_view_form |
ir.model.form.base_export_manager | ir.model | xpath | Inherits base.view_model_form |
res_groups_view_form |
res.groups.form | res.groups | xpath | Inherits base.view_groups_form |
model_id
Many2one → ir.model
compute='_compute_model_id'
compute_sudo=True
domain=[('transient', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
create(self, vals_list)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
field4_id
Many2one → ir.model.fields
domain="[('model_id', '=', model4_id)]"
args: 'ir.model.fields', 'Fourth field'
label
Char
compute='_compute_label'
compute_sudo=True
model1_id
Many2one → ir.model
readonly=True
related='export_id.model_id'
related_sudo=True
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
compute_sudo=True
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
compute_sudo=True
args: 'ir.model', 'Third model'
model4_id
Many2one → ir.model
compute='_compute_model4_id'
compute_sudo=True
args: 'ir.model', 'Fourth model'
name
Char
compute='_compute_name'
compute_sudo=True
help="Field's technical name."
inverse='_inverse_name'
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
No new fields.
Public methods (1)session_info(self)
perm_export
Boolean
default=True
args: 'Export Access'
No public methods.
No new fields.
Public methods (1)fetch_export_models(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/15.0/base_export_manager |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Víctor Martínez, nicolas, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:39 |
| 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 |
|---|---|---|---|---|
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | tree | New |
ir_model_access_view_form |
ir.model.access.form.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_form |
ir_model_access_view_tree |
ir.model.access.tree.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree |
ir_model_access_view_tree_edition |
ir.model.access.tree.edition.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree_edition |
ir_model_view_form |
ir.model.form.base_export_manager | ir.model | xpath | Inherits base.view_model_form |
res_groups_view_form |
res.groups.form | res.groups | xpath | Inherits base.view_groups_form |
model_id
Many2one → ir.model
compute='_compute_model_id'
compute_sudo=True
domain=[('transient', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
create(self, vals_list)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
field4_id
Many2one → ir.model.fields
domain="[('model_id', '=', model4_id)]"
args: 'ir.model.fields', 'Fourth field'
label
Char
compute='_compute_label'
compute_sudo=True
model1_id
Many2one → ir.model
readonly=True
related='export_id.model_id'
related_sudo=True
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
compute_sudo=True
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
compute_sudo=True
args: 'ir.model', 'Third model'
model4_id
Many2one → ir.model
compute='_compute_model4_id'
compute_sudo=True
args: 'ir.model', 'Fourth model'
name
Char
compute='_compute_name'
compute_sudo=True
help="Field's technical name."
inverse='_inverse_name'
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
No new fields.
Public methods (1)session_info(self)
perm_export
Boolean
default=True
args: 'Export Access'
No public methods.
No new fields.
Public methods (1)fetch_export_models(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/14.0/base_export_manager |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Pierre Verkest, OCA Transbot, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, oca-ci, Kevin Khao, oca-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:07 |
| 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 |
|---|---|---|---|---|
assets_backend |
Add technical name to field items | ir.ui.view | qweb | Inherits web.assets_backend |
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | tree | New |
ir_model_access_view_form |
ir.model.access.form.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_form |
ir_model_access_view_tree |
ir.model.access.tree.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree |
ir_model_access_view_tree_edition |
ir.model.access.tree.edition.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree_edition |
ir_model_view_form |
ir.model.form.base_export_manager | ir.model | xpath | Inherits base.view_model_form |
res_groups_view_form |
res.groups.form | res.groups | xpath | Inherits base.view_groups_form |
model_id
Many2one → ir.model
compute='_compute_model_id'
domain=[('transient', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
create(self, vals_list)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
field4_id
Many2one → ir.model.fields
domain="[('model_id', '=', model4_id)]"
args: 'ir.model.fields', 'Fourth field'
label
Char
compute='_compute_label'
model1_id
Many2one → ir.model
default=<expr>
readonly=True
related='export_id.model_id'
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
args: 'ir.model', 'Third model'
model4_id
Many2one → ir.model
compute='_compute_model4_id'
args: 'ir.model', 'Fourth model'
name
Char
compute='_compute_name'
help="Field's technical name."
inverse='_inverse_name'
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
No new fields.
Public methods (1)session_info(self)
perm_export
Boolean
default=True
args: 'Export Access'
No public methods.
No new fields.
Public methods (1)fetch_export_models(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/13.0/base_export_manager |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Alexandre Díaz, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:17 |
| 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 |
|---|---|---|---|---|
assets_backend |
Add technical name to field items | ir.ui.view | qweb | Inherits web.assets_backend |
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | tree | New |
ir_model_access_view_form |
ir.model.access.form.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_form |
ir_model_access_view_tree |
ir.model.access.tree.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree |
ir_model_access_view_tree_edition |
ir.model.access.tree.edition.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree_edition |
ir_model_view_form |
ir.model.form.base_export_manager | ir.model | xpath | Inherits base.view_model_form |
res_groups_view_form |
res.groups.form | res.groups | xpath | Inherits base.view_groups_form |
model_id
Many2one → ir.model
compute='_compute_model_id'
domain=[('transient', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
create(self, vals_list)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
field4_id
Many2one → ir.model.fields
domain="[('model_id', '=', model4_id)]"
args: 'ir.model.fields', 'Fourth field'
label
Char
compute='_compute_label'
model1_id
Many2one → ir.model
default=<expr>
readonly=True
related='export_id.model_id'
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
args: 'ir.model', 'Third model'
model4_id
Many2one → ir.model
compute='_compute_model4_id'
args: 'ir.model', 'Fourth model'
name
Char
compute='_compute_name'
help="Field's technical name."
inverse='_inverse_name'
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
No new fields.
Public methods (1)session_info(self)
perm_export
Boolean
default=True
args: 'Export Access'
No public methods.
No new fields.
Public methods (1)fetch_export_models(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/12.0/base_export_manager |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems, brain-tec AG |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, Sébastien BEAU, oca-travis, OCA-git-bot, Olivier Jossen |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:22 |
| 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 |
|---|---|---|---|---|
assets_backend |
Add technical name to field items | ir.ui.view | qweb | Inherits web.assets_backend |
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | tree | New |
ir_model_access_view_form |
ir.model.access.form.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_form |
ir_model_access_view_tree |
ir.model.access.tree.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree |
ir_model_view_form |
ir.model.form.base_export_manager | ir.model | xpath | Inherits base.view_model_form |
res_groups_view_form |
res.groups.form | res.groups | xpath | Inherits base.view_groups_form |
model_id
Many2one → ir.model
compute='_compute_model_id'
domain=[('transient', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
required=False
create(self, vals)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
field4_id
Many2one → ir.model.fields
domain="[('model_id', '=', model4_id)]"
args: 'ir.model.fields', 'Fourth field'
label
Char
compute='_compute_label'
model1_id
Many2one → ir.model
default=<expr>
readonly=True
related='export_id.model_id'
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
args: 'ir.model', 'Third model'
model4_id
Many2one → ir.model
compute='_compute_model4_id'
args: 'ir.model', 'Fourth model'
name
Char
compute='_compute_name'
help="Field's technical name."
inverse='_inverse_name'
readonly=True
required=False
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
No new fields.
Public methods (1)session_info(self)
perm_export
Boolean
default=True
args: 'Export Access'
No public methods.
No new fields.
Public methods (1)fetch_export_models(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/11.0/base_export_manager |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, OCA-git-bot, OCA Git Bot |
| WEBSITE | |
| WEBSITE | https://www.tecnativa.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:00 |
| 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 |
|---|---|---|---|---|
assets_backend |
Add technical name to field items | ir.ui.view | qweb | Inherits web.assets_backend |
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | tree | New |
ir_model_access_view_form |
ir.model.access.form.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_form |
ir_model_access_view_tree |
ir.model.access.tree.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree |
ir_model_view_form |
ir.model.form.base_export_manager | ir.model | xpath | Inherits base.view_model_form |
res_groups_view_form |
res.groups.form | res.groups | xpath | Inherits base.view_groups_form |
model_id
Many2one → ir.model
compute='_compute_model_id'
domain=[('transient', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
required=False
create(self, vals)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
field4_id
Many2one → ir.model.fields
domain="[('model_id', '=', model4_id)]"
args: 'ir.model.fields', 'Fourth field'
label
Char
compute='_compute_label'
model1_id
Many2one → ir.model
default=<expr>
readonly=True
related='export_id.model_id'
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
args: 'ir.model', 'Third model'
model4_id
Many2one → ir.model
compute='_compute_model4_id'
args: 'ir.model', 'Fourth model'
name
Char
compute='_compute_name'
help="Field's technical name."
inverse='_inverse_name'
readonly=True
required=False
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
perm_export
Boolean
default=True
args: 'Export Access'
No public methods.
No new fields.
Public methods (1)fetch_export_models(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/10.0/base_export_manager |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), LasLabs, Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, GitHub, Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis |
| WEBSITE | |
| WEBSITE | https://www.tecnativa.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:00 |
| 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 |
|---|---|---|---|---|
assets_backend |
Add technical name to field items | ir.ui.view | qweb | Inherits web.assets_backend |
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | tree | New |
ir_model_access_view_form |
ir.model.access.form.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_form |
ir_model_access_view_tree |
ir.model.access.tree.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree |
ir_model_view_form |
ir.model.form.base_export_manager | ir.model | xpath | Inherits base.view_model_form |
res_groups_view_form |
res.groups.form | res.groups | xpath | Inherits base.view_groups_form |
model_id
Many2one → ir.model
compute='_compute_model_id'
domain=[('transient', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
required=False
create(self, vals)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
field4_id
Many2one → ir.model.fields
domain="[('model_id', '=', model4_id)]"
args: 'ir.model.fields', 'Fourth field'
label
Char
compute='_compute_label'
model1_id
Many2one → ir.model
default=<expr>
readonly=True
related='export_id.model_id'
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
args: 'ir.model', 'Third model'
model4_id
Many2one → ir.model
compute='_compute_model4_id'
args: 'ir.model', 'Fourth model'
name
Char
compute='_compute_name'
help="Field's technical name."
inverse='_inverse_name'
readonly=True
required=False
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
perm_export
Boolean
default=True
args: 'Export Access'
No public methods.
No new fields.
Public methods (1)fetch_export_models(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/9.0/base_export_manager |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), LasLabs, Antiun Ingeniería S.L., Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), LasLabs, Antiun Ingeniería S.L., Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | Maxime Chambreuil, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis |
| WEBSITE | |
| WEBSITE | http://www.antiun.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:23 |
| 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 |
|---|---|---|---|---|
assets_backend |
Add technical name to field items | ir.ui.view | qweb | Inherits web.assets_backend |
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | tree | New |
ir_model_access_view_form |
ir.model.access.form.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_form |
ir_model_access_view_tree |
ir.model.access.tree.base_export_manager | ir.model.access | xpath | Inherits base.ir_access_view_tree |
ir_model_view_form |
ir.model.form.base_export_manager | ir.model | xpath | Inherits base.view_model_form |
res_groups_view_form |
res.groups.form | res.groups | xpath | Inherits base.view_groups_form |
model_id
Many2one → ir.model
compute='_compute_model_id'
domain=[('transient', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
required=False
create(self, vals)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
label
Char
compute='_compute_label'
model1_id
Many2one → ir.model
default=<expr>
readonly=True
related='export_id.model_id'
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
args: 'ir.model', 'Third model'
name
Char
compute='_compute_name'
help="Field's technical name."
inverse='_inverse_name'
readonly=True
required=False
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
perm_export
Boolean
default=True
args: 'Export Access'
No public methods.
No new fields.
Public methods (1)fetch_export_models(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/8.0/base_export_manager |
| VERSION | |
| VERSION | 2.1.0 |
| CATEGORY | |
| CATEGORY | Personalization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Antiun Ingeniería S.L. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Antiun Ingeniería S.L. |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Hans Henrik Gabelgaard |
| WEBSITE | |
| WEBSITE | http://www.antiun.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:25 |
| 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 |
|---|---|---|---|---|
assets_backend |
Add technical name to field items | ir.ui.view | qweb | Inherits web.assets_backend |
ir_exports_form_view |
Export Profile form | ir.exports | form | New |
ir_exports_tree_view |
Export Profile tree | ir.exports | tree | New |
model_id
Many2one → ir.model
compute='_compute_model_id'
domain=[('osv_memory', '=', False)]
help='Database model to export.'
inverse='_inverse_model_id'
store=True
args: 'ir.model', 'Model'
name
Char
required=True
resource
Char
help="Model's technical name."
readonly=True
required=False
create(self, vals)
field1_id
Many2one → ir.model.fields
domain="[('model_id', '=', model1_id)]"
args: 'ir.model.fields', 'First field'
field2_id
Many2one → ir.model.fields
domain="[('model_id', '=', model2_id)]"
args: 'ir.model.fields', 'Second field'
field3_id
Many2one → ir.model.fields
domain="[('model_id', '=', model3_id)]"
args: 'ir.model.fields', 'Third field'
field4_id
Many2one → ir.model.fields
domain="[('model_id', '=', model4_id)]"
args: 'ir.model.fields', 'Fourth field'
label
Char
compute='_compute_label'
model1_id
Many2one → ir.model
default=<expr>
readonly=True
related='export_id.model_id'
args: 'ir.model', 'First model'
model2_id
Many2one → ir.model
compute='_compute_model2_id'
args: 'ir.model', 'Second model'
model3_id
Many2one → ir.model
compute='_compute_model3_id'
args: 'ir.model', 'Third model'
model4_id
Many2one → ir.model
compute='_compute_model4_id'
args: 'ir.model', 'Fourth model'
name
Char
compute='_compute_name'
help="Field's technical name."
inverse='_inverse_name'
required=False
store=True
sequence
Integer
field_n(self, n, only_name=False)
model_n(self, n, only_name=False)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/server-ux |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] base_export_manager: Migration to 19.0 (#1309) |
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/server-ux |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] base_export_manager: Migration to 19.0 (#1188) |