Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.2
Category
Sales
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 07:47:36
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Denis Roussel, Sébastien Alix, Weblate, OCA-git-bot, oca-travis
Odoo dependencies
OCA/product-attribute:
odoo/odoo:
- web
- bus
- uom
- utm
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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 form Inherits product.product_template_only_form_view
report_product_state_history report_product_state_history ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

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

No public methods.

New fields (2)
  • pivot_date Datetime
    default=<expr>
  • product_state_id Many2one → product.state
    comodel_name='product.state' required=True string='Product Status'
Public methods (1)
  • print_report(self)

New fields (0)

No new fields.

Public methods (2)
  • action_product_state_history(self)
  • write(self, vals)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…