Product State

product_state
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/19.0/product_state
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksym Yankin, MohamedOsman7
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (8)
  • active Boolean
    default=True
  • code Char
    required=True string='State Code'
  • default Boolean
    args: 'Default state'
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/18.0/product_state
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, natuan9
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (8)
  • active Boolean
    default=True
  • code Char
    required=True string='State Code'
  • default Boolean
    args: 'Default state'
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/17.0/product_state
VERSION
VERSION 1.2.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, bosd, Christopher Rogos, Henry Backman, Nils Coenen
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (8)
  • active Boolean
    default=True
  • code Char
    required=True string='State Code'
  • default Boolean
    args: 'Default state'
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/16.0/product_state
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Raf Ven, oca-ci, Hardik Suthar, Alessio Renda, arulbalamurugan
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (8)
  • active Boolean
    default=True
  • code Char
    required=True string='State Code'
  • default Boolean
    args: 'Default state'
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/15.0/product_state
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA Transbot, Weblate, OCA-git-bot, oca-ci, Alessio Renda, BT-rfresco
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (8)
  • active Boolean
    default=True
  • code Char
    required=True string='State Code'
  • default Boolean
    args: 'Default state'
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/14.0/product_state
VERSION
VERSION 1.1.5
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSGitHub, 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
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (8)
  • active Boolean
    default=True
  • code Char
    required=True string='State Code'
  • default Boolean
    args: 'Default state'
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/13.0/product_state
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Benjamin Willig
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (6)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/12.0/product_state
VERSION
VERSION 2.0.2
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot, sergiocorato, emagdalena, Nikul-Chaudhary
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (6)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/11.0/product_state
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSAlexandre Saunier, oca-travis, OCA-git-bot, tbaden
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (1)
  • state Selection
    default='sellable' index=True selection=[('draft', 'In Development'), ('sellable', 'Normal'), ('end', 'End of Lifecycle'), ('obsolete', 'Obsolete')] string='Status'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/10.0/product_state
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSCédric Pigeon, OCA Transbot, Dave Lasley, oca-travis, OCA-git-bot, tbaden
WEBSITE
WEBSITEhttp://acsone.eu
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (1)
  • state Selection
    default='sellable' index=True selection=[('draft', 'In Development'), ('sellable', 'Normal'), ('end', 'End of Lifecycle'), ('obsolete', 'Obsolete')] string='Status'
Public methods (0)

No public methods.