| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/19.0/product_state |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Maksym Yankin, MohamedOsman7 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - html_editor - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module introduces the state field on product template and allows simple product life cycle: - draft: In Development - sellable: Normal - end: End of Lifecycle - obsolete: Obsolete |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_state_search_form_view |
product.state.search.form | product.state | search | New |
product_template_form_view |
product.template.common.form | product.template | sheet | Inherits product.product_template_form_view |
product_template_view_tree_inherit_product_state_id |
product.template.tree (product_state_id) | product.template | field | Inherits product.product_template_tree_view |
view_product_state_form |
product.state.form | product.state | form | New |
view_product_state_kanban |
product.state.kanban | product.state | kanban | New |
view_product_state_tree |
product.state.tree | product.state | list | New |
view_product_template_search_state |
product.template.search.state | product.template | field | Inherits product.product_template_search_view |
active
Boolean
default=True
code
Char
required=True
string='State Code'
default
Boolean
description
Text
translate=True
name
Char → State Name
comodel_name='State Name'
required=True
translate=True
product_ids
One2many → product.template
comodel_name='product.template'
inverse_name='product_state_id'
string='State Products'
products_count
Integer
compute='_compute_products_count'
string='Number of products'
sequence
Integer
default=25
help='Used to order the States'
No public methods.
product_state_id
Many2one → product.state
comodel_name='product.state'
copy=False
default=<expr>
group_expand='_read_group_state_id'
help='Select a state for this product'
index=True
inverse='_inverse_product_state_id'
string='State'
tracking=10
state
Char
compute='_compute_product_state'
index=True
inverse='_inverse_product_state'
readonly=True
store=True
string='Product Status'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/18.0/product_state |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, natuan9 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - html_editor - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module introduces the state field on product template and allows simple product life cycle: - draft: In Development - sellable: Normal - end: End of Lifecycle - obsolete: Obsolete |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_state_search_form_view |
product.state.search.form | product.state | search | New |
product_template_form_view |
product.template.common.form | product.template | header | Inherits product.product_template_form_view |
product_template_view_tree_inherit_product_state_id |
product.template.tree (product_state_id) | product.template | field | Inherits product.product_template_tree_view |
view_product_state_form |
product.state.form | product.state | form | New |
view_product_state_kanban |
product.state.kanban | product.state | kanban | New |
view_product_state_tree |
product.state.tree | product.state | list | New |
view_product_template_search_state |
product.template.search.state | product.template | field | Inherits product.product_template_search_view |
active
Boolean
default=True
code
Char
required=True
string='State Code'
default
Boolean
description
Text
translate=True
name
Char → State Name
comodel_name='State Name'
required=True
translate=True
product_ids
One2many → product.template
comodel_name='product.template'
inverse_name='product_state_id'
string='State Products'
products_count
Integer
compute='_compute_products_count'
string='Number of products'
sequence
Integer
default=25
help='Used to order the States'
No public methods.
product_state_id
Many2one → product.state
comodel_name='product.state'
copy=False
default=<expr>
group_expand='_read_group_state_id'
help='Select a state for this product'
index=True
inverse='_inverse_product_state_id'
string='State'
tracking=10
state
Char
compute='_compute_product_state'
index=True
inverse='_inverse_product_state'
readonly=True
store=True
string='Product Status'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/17.0/product_state |
| VERSION | |
| VERSION | 1.2.1 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, bosd, Christopher Rogos, Henry Backman, Nils Coenen |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module introduces the state field on product template and allows simple product life cycle: - draft: In Development - sellable: Normal - end: End of Lifecycle - obsolete: Obsolete |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_state_search_form_view |
product.state.search.form | product.state | search | New |
product_template_form_view |
product.template.common.form | product.template | header | Inherits product.product_template_form_view |
product_template_view_tree_inherit_product_state_id |
product.template.tree (product_state_id) | product.template | field | Inherits product.product_template_tree_view |
view_product_state_form |
product.state.form | product.state | form | New |
view_product_state_kanban |
product.state.kanban | product.state | kanban | New |
view_product_state_tree |
product.state.tree | product.state | tree | New |
view_product_template_search_state |
product.template.search.state | product.template | field | Inherits product.product_template_search_view |
active
Boolean
default=True
code
Char
required=True
string='State Code'
default
Boolean
description
Text
translate=True
name
Char → State Name
comodel_name='State Name'
required=True
translate=True
product_ids
One2many → product.template
comodel_name='product.template'
inverse_name='product_state_id'
string='State Products'
products_count
Integer
compute='_compute_products_count'
string='Number of products'
sequence
Integer
default=25
help='Used to order the States'
No public methods.
product_state_id
Many2one → product.state
comodel_name='product.state'
copy=False
default=<expr>
group_expand='_read_group_state_id'
help='Select a state for this product'
index=True
inverse='_inverse_product_state_id'
string='State'
tracking=10
state
Char
compute='_compute_product_state'
index=True
inverse='_inverse_product_state'
readonly=True
store=True
string='Product Status'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/16.0/product_state |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Raf Ven, oca-ci, Hardik Suthar, Alessio Renda, arulbalamurugan |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom - sale - sales_team - account_payment - account - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_state_search_form_view |
product.state.search.form | product.state | search | New |
product_template_form_view |
product.template.common.form | product.template | header | Inherits product.product_template_form_view |
product_template_view_tree_inherit_product_state_id |
product.template.tree (product_state_id) | product.template | field | Inherits product.product_template_tree_view |
view_product_state_form |
product.state.form | product.state | form | New |
view_product_state_kanban |
product.state.kanban | product.state | kanban | New |
view_product_state_tree |
product.state.tree | product.state | tree | New |
view_product_template_search_state |
product.template.search.state | product.template | field | Inherits product.product_template_search_view |
active
Boolean
default=True
code
Char
required=True
string='State Code'
default
Boolean
description
Text
translate=True
name
Char → State Name
comodel_name='State Name'
required=True
translate=True
product_ids
One2many → product.template
comodel_name='product.template'
inverse_name='product_state_id'
string='State Products'
products_count
Integer
compute='_compute_products_count'
string='Number of products'
sequence
Integer
default=25
help='Used to order the States'
No public methods.
product_state_id
Many2one → product.state
comodel_name='product.state'
default=<expr>
group_expand='_read_group_state_id'
help='Select a state for this product'
index=True
inverse='_inverse_product_state_id'
string='State'
tracking=10
state
Char
compute='_compute_product_state'
index=True
inverse='_inverse_product_state'
readonly=True
store=True
string='Product Status'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/15.0/product_state |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Weblate, OCA-git-bot, oca-ci, Alessio Renda, BT-rfresco |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:35 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom - sale - sales_team - payment - account - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_state_search_form_view |
product.state.search.form | product.state | search | New |
product_template_form_view |
product.template.common.form | product.template | header | Inherits product.product_template_form_view |
product_template_view_tree_inherit_product_state_id |
product.template.tree (product_state_id) | product.template | field | Inherits product.product_template_tree_view |
view_product_state_form |
product.state.form | product.state | form | New |
view_product_state_kanban |
product.state.kanban | product.state | kanban | New |
view_product_state_tree |
product.state.tree | product.state | tree | New |
view_product_template_search_state |
product.template.search.state | product.template | field | Inherits product.product_template_search_view |
active
Boolean
default=True
code
Char
required=True
string='State Code'
default
Boolean
description
Text
translate=True
name
Char → State Name
comodel_name='State Name'
required=True
translate=True
product_ids
One2many → product.template
comodel_name='product.template'
inverse_name='product_state_id'
string='State Products'
products_count
Integer
compute='_compute_products_count'
string='Number of products'
sequence
Integer
default=25
help='Used to order the States'
No public methods.
product_state_id
Many2one → product.state
comodel_name='product.state'
default=<expr>
group_expand='_read_group_state_id'
help='Select a state for this product'
index=True
inverse='_inverse_product_state_id'
string='State'
tracking=10
state
Char
compute='_compute_product_state'
index=True
inverse='_inverse_product_state'
readonly=True
store=True
string='Product Status'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/14.0/product_state |
| VERSION | |
| VERSION | 1.1.5 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | GitHub, Denis Roussel, Daniel Reis, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Kitti U, Patrick Wilson, Alessandro Uffreduzzi, Hai Lang, oca-git-bot, sonhd |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom - sale - sales_team - payment - account - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_state_search_form_view |
product.state.search.form | product.state | search | New |
product_template_form_view |
product.template.common.form | product.template | header | Inherits product.product_template_form_view |
product_template_view_tree_inherit_product_state_id |
product.template.tree (product_state_id) | product.template | field | Inherits product.product_template_tree_view |
view_product_state_form |
product.state.form | product.state | form | New |
view_product_state_kanban |
product.state.kanban | product.state | kanban | New |
view_product_state_tree |
product.state.tree | product.state | tree | New |
view_product_template_search_state |
product.template.search.state | product.template | field | Inherits product.product_template_search_view |
active
Boolean
default=True
code
Char
required=True
string='State Code'
default
Boolean
description
Text
translate=True
name
Char → State Name
comodel_name='State Name'
required=True
translate=True
product_ids
One2many → product.template
comodel_name='product.template'
inverse_name='product_state_id'
string='State Products'
products_count
Integer
compute='_compute_products_count'
string='Number of products'
sequence
Integer
default=25
help='Used to order the States'
string='Sequence'
No public methods.
product_state_id
Many2one → product.state
comodel_name='product.state'
copy=False
default=<expr>
group_expand='_read_group_state_id'
help='Select a state for this product'
index=True
inverse='_inverse_product_state_id'
string='State'
tracking=10
state
Char
compute='_compute_product_state'
index=True
inverse='_inverse_product_state'
readonly=True
store=True
string='Product Status'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/13.0/product_state |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Benjamin Willig |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom - sale - sales_team - payment - account - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_state_search_form_view |
product.state.search.form | product.state | search | New |
product_template_form_view |
product.template.common.form | product.template | header | Inherits product.product_template_form_view |
product_template_view_tree_inherit_product_state_id |
product.template.tree (product_state_id) | product.template | field | Inherits product.product_template_tree_view |
view_product_state_form |
product.state.form | product.state | form | New |
view_product_state_kanban |
product.state.kanban | product.state | kanban | New |
view_product_state_tree |
product.state.tree | product.state | tree | New |
view_product_template_search_state |
product.template.search.state | product.template | field | Inherits product.product_template_search_view |
code
Char
required=True
string='State Code'
description
Text
translate=True
name
Char → State Name
comodel_name='State Name'
required=True
translate=True
product_ids
One2many → product.template
comodel_name='product.template'
inverse_name='product_state_id'
string='State Products'
products_count
Integer
compute='_compute_products_count'
string='Number of products'
sequence
Integer
default=25
help='Used to order the States'
string='Sequence'
No public methods.
product_state_id
Many2one → product.state
comodel_name='product.state'
group_expand='_read_group_state_id'
help='Select a state for this product'
string='State'
state
Char
compute='_compute_product_state'
index=True
inverse='_inverse_product_state'
store=True
string='Product Status'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/12.0/product_state |
| VERSION | |
| VERSION | 2.0.2 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot, sergiocorato, emagdalena, Nikul-Chaudhary |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - decimal_precision - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_state_search_form_view |
product.state.search.form | product.state | search | New |
product_template_form_view |
product.template.common.form | product.template | header | Inherits product.product_template_form_view |
product_template_view_tree_inherit_product_state_id |
product.template.tree (product_state_id) | product.template | field | Inherits product.product_template_tree_view |
view_product_state_form |
product.state.form | product.state | form | New |
view_product_state_kanban |
product.state.kanban | product.state | kanban | New |
view_product_state_tree |
product.state.tree | product.state | tree | New |
view_product_template_search_state |
product.template.search.state | product.template | field | Inherits product.product_template_search_view |
code
Char
required=True
args: 'State Code'
description
Text
translate=True
name
Char
required=True
translate=True
args: 'State Name'
product_ids
One2many → product.template
string='State Products'
args: 'product.template', 'product_state_id'
products_count
Integer
compute='_compute_products_count'
string='Number of products'
sequence
Integer
default=25
help='Used to order the States'
args: 'Sequence'
No public methods.
product_state_id
Many2one → product.state
help='Select a state for this product'
string='State'
args: 'product.state'
state
Char
compute='_compute_product_state'
index=True
inverse='_inverse_product_state'
store=True
string='Product Status'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/11.0/product_state |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Alexandre Saunier, oca-travis, OCA-git-bot, tbaden |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - decimal_precision - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
product.template.common.form | product.template | sheet | Inherits product.product_template_form_view |
product_template_view_tree_inherit_product_state |
product.template.tree (product_state) | product.template | field | Inherits product.product_template_tree_view |
state
Selection
default='sellable'
index=True
selection=[('draft', 'In Development'), ('sellable', 'Normal'), ('end', 'End of Lifecycle'), ('obsolete', 'Obsolete')]
string='Status'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/10.0/product_state |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Cédric Pigeon, OCA Transbot, Dave Lasley, oca-travis, OCA-git-bot, tbaden |
| WEBSITE | |
| WEBSITE | http://acsone.eu |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
product.template.common.form | product.template | sheet | Inherits product.product_template_form_view |
product_template_view_tree_inherit_product_state |
product.template.tree (product_state) | product.template | field | Inherits product.product_template_tree_view |
state
Selection
default='sellable'
index=True
selection=[('draft', 'In Development'), ('sellable', 'Normal'), ('end', 'End of Lifecycle'), ('obsolete', 'Obsolete')]
string='Status'
No public methods.