| 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_history |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Sales |
| 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 | Denis Roussel, Sébastien Alix, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_state 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_history_form_view |
product.state.history.form (in product_state_history) | product.state.history | form | New |
product_state_history_pivot_view |
product.state.history.pivot (in product_state_history) | product.state.history | pivot | New |
product_state_history_search_view |
product.state.history.search (in product_state_history) | product.state.history | search | New |
product_state_history_tree_view |
product.state.history.tree (in product_state_history) | product.state.history | tree | New |
product_state_history_wizard_form_view |
product.state.history.wizard.form (in product_state_history) | product.state.history.wizard | form | New |
product_template_form_view |
product.template.form (in product_state_history) | product.template | xpath | Inherits product.product_template_only_form_view |
report_product_state_history |
report_product_state_history | ir.ui.view | qweb | New |
product_state_id
Many2one → product.state
comodel_name='product.state'
index=True
required=True
string='Status'
product_template_id
Many2one → product.template
comodel_name='product.template'
index=True
ondelete='cascade'
required=True
string='Product'
state_date
Datetime
default=<expr>
index=True
required=True
string='Date'
No public methods.
pivot_date
Datetime
default=<expr>
product_state_id
Many2one → product.state
comodel_name='product.state'
required=True
string='Product Status'
print_report(self)
No new fields.
Public methods (2)action_product_state_history(self)
write(self, vals)
No new fields.
Public methods (0)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_history |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Sales |
| 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 | Denis Roussel, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_state 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_state_history_form_view |
product.state.history.form (in product_state_history) | product.state.history | form | New |
product_state_history_pivot_view |
product.state.history.pivot (in product_state_history) | product.state.history | pivot | New |
product_state_history_search_view |
product.state.history.search (in product_state_history) | product.state.history | search | New |
product_state_history_tree_view |
product.state.history.tree (in product_state_history) | product.state.history | tree | New |
product_state_history_wizard_form_view |
product.state.history.wizard.form (in product_state_history) | product.state.history.wizard | form | New |
product_template_form_view |
product.template.common.form | product.template | xpath | Inherits product.product_template_form_view |
report_product_state_history |
report_product_state_history | ir.ui.view | qweb | New |
product_state
Selection
index=True
required=True
selection=[('draft', 'In Development'), ('sellable', 'Normal'), ('end', 'End of Lifecycle'), ('obsolete', 'Obsolete')]
string='Status'
product_template_id
Many2one → product.template
comodel_name='product.template'
index=True
ondelete='cascade'
required=True
string='Product'
state_date
Datetime
default=<expr>
index=True
required=True
string='Date'
No public methods.
pivot_date
Datetime
default=<expr>
product_state
Selection
required=True
selection=[('draft', 'In Development'), ('sellable', 'Normal'), ('end', 'End of Lifecycle'), ('obsolete', 'Obsolete')]
string='Product Status'
print_report(self)
state
Selection
inverse='_inverse_state_history'
track_visibility='onchange'
action_product_state_history(self)
No new fields.
Public methods (1)render_html(self, docids, data=None)