| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi-framework |
| GIT | |
| GIT | https://github.com/OCA/edi-framework.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi-framework/tree/18.0/edi_state_oca |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Weblate, OCA-git-bot, Simone Orsi, oca-ci, Ricardoalso |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi-framework |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/edi: - base_edi OCA/edi-framework: - edi_core_oca odoo/odoo: - base - base_setup - web - bus - web_tour - html_editor - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
PyYAML openupgradelib |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Technical module for the EDI suite to provide additional states for any records. Example: a SO is generated via UBL file and you want to provide an ORDRSP with the right state on the order and on each line. It provides 2 new models: - EDI state workflow > - groups states together > - limit states to a specific model - EDI state > - describe the state of the record |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edi_exchange_type_view_form |
edi.exchange.type | notebook | Inherits edi_core_oca.edi_exchange_type_view_form | |
edi_state_view_form |
edi.state | form | New | |
edi_state_view_search |
edi.state | search | New | |
edi_state_view_tree |
edi.state | list | New | |
edi_state_workflow_view_form |
edi.state.workflow | form | New | |
edi_state_workflow_view_search |
edi.state.workflow | search | New | |
edi_state_workflow_view_tree |
edi.state.workflow | list | New |
state_workflow_ids
Many2many → edi.state.workflow
comodel_name='edi.state.workflow'
help='Allowed workflows that can be used by this type of exchanges. You can select only 1 workflow per model.'
string='Enabled state workflows'
get_state_for_model(self, model, code=None, default=False)
code
Char
description
Char
translate=True
is_default
Boolean
name
Char
required=True
translate=True
workflow_id
Many2one → edi.state.workflow
comodel_name='edi.state.workflow'
ondelete='cascade'
No public methods.
edi_state_id
Many2one → edi.state
comodel_name='edi.state'
copy=False
ondelete='restrict'
string='EDI state'
edi_state_workflow_id
Many2one
related='edi_state_id.workflow_id'
edi_find_state(self, code=None, default=False)
edi_is_valid_state(self, state=None, exc_type=None)
backend_type_id
Many2one → edi.backend.type
comodel_name='edi.backend.type'
ondelete='restrict'
required=True
string='Backend type'
description
Char
model_id
Many2one → ir.model
comodel_name='ir.model'
ondelete='set null'
name
Char
required=True
state_ids
One2many → edi.state
comodel_name='edi.state'
inverse_name='workflow_id'
string='Available states'
get_default_state(self)
get_state(self, code)
is_valid_for_model(self, model_name)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi-framework |
| GIT | |
| GIT | https://github.com/OCA/edi-framework.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi-framework/tree/16.0/edi_state_oca |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Simone Orsi, oca-ci, duongtq |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi-framework |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - component_event - component OCA/edi: - base_edi OCA/edi-framework: - edi_oca OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
PyYAML cachetools requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edi_exchange_type_view_form |
edi.exchange.type | group | Inherits edi_oca.edi_exchange_type_view_form | |
edi_state_view_form |
edi.state | form | New | |
edi_state_view_search |
edi.state | search | New | |
edi_state_view_tree |
edi.state | tree | New | |
edi_state_workflow_view_form |
edi.state.workflow | form | New | |
edi_state_workflow_view_search |
edi.state.workflow | search | New | |
edi_state_workflow_view_tree |
edi.state.workflow | tree | New |
state_workflow_ids
Many2many → edi.state.workflow
comodel_name='edi.state.workflow'
help='Allowed workflows that can be used by this type of exchanges. You can select only 1 workflow per model.'
string='Enabled state workflows'
get_state_for_model(self, model, code=None, default=False)
code
Char
description
Char
translate=True
is_default
Boolean
name
Char
required=True
translate=True
workflow_id
Many2one → edi.state.workflow
comodel_name='edi.state.workflow'
ondelete='cascade'
No public methods.
edi_state_id
Many2one → edi.state
comodel_name='edi.state'
copy=False
ondelete='restrict'
string='EDI state'
edi_state_workflow_id
Many2one
related='edi_state_id.workflow_id'
edi_find_state(self, code=None, default=False)
edi_is_valid_state(self, state=None, exc_type=None)
backend_type_id
Many2one → edi.backend.type
comodel_name='edi.backend.type'
ondelete='restrict'
required=True
string='Backend type'
description
Char
model_id
Many2one → ir.model
comodel_name='ir.model'
ondelete='set null'
name
Char
required=True
state_ids
One2many → edi.state
comodel_name='edi.state'
inverse_name='workflow_id'
string='Available states'
get_default_state(self)
get_state(self, code)
is_valid_for_model(self, model_name)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi-framework |
| GIT | |
| GIT | https://github.com/OCA/edi-framework.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi-framework/tree/14.0/edi_state_oca |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Weblate, OCA-git-bot, Simone Orsi, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi-framework |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - component_event - component OCA/edi: - edi_oca - base_edi OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
pyyaml cachetools requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edi_exchange_type_view_form |
edi.exchange.type | group | Inherits edi_oca.edi_exchange_type_view_form | |
edi_state_view_form |
edi.state | form | New | |
edi_state_view_search |
edi.state | search | New | |
edi_state_view_tree |
edi.state | tree | New | |
edi_state_workflow_view_form |
edi.state.workflow | form | New | |
edi_state_workflow_view_search |
edi.state.workflow | search | New | |
edi_state_workflow_view_tree |
edi.state.workflow | tree | New |
state_workflow_ids
Many2many → edi.state.workflow
comodel_name='edi.state.workflow'
help='Allowed workflows that can be used by this type of exchanges. You can select only 1 workflow per model.'
string='Enabled state workflows'
get_state_for_model(self, model, code=None, default=False)
code
Char
description
Char
translate=True
is_default
Boolean
name
Char
required=True
translate=True
workflow_id
Many2one → edi.state.workflow
comodel_name='edi.state.workflow'
ondelete='cascade'
No public methods.
edi_state_id
Many2one → edi.state
comodel_name='edi.state'
copy=False
ondelete='restrict'
string='EDI state'
edi_state_workflow_id
Many2one
related='edi_state_id.workflow_id'
edi_find_state(self, code=None, default=False)
edi_is_valid_state(self, state=None, exc_type=None)
backend_type_id
Many2one → edi.backend.type
comodel_name='edi.backend.type'
ondelete='restrict'
required=True
string='Backend type'
description
Char
model_id
Many2one → ir.model
comodel_name='ir.model'
ondelete='set null'
name
Char
required=True
state_ids
One2many → edi.state
comodel_name='edi.state'
inverse_name='workflow_id'
string='Available states'
get_default_state(self)
get_state(self, code)
is_valid_for_model(self, model_name)