Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.1
Category
Product
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 07:17:47
Authors
Odoo Community Association (OCA), Acsone SA/NV
Maintainers
Odoo Community Association (OCA), Acsone SA/NV
Committers
Cédric Pigeon, Denis Roussel, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_life_period_view_form product.life.period.form product.life.period form New
product_life_period_view_search product.life.period.search product.life.period search New
product_life_period_view_tree product.life.period.tree product.life.period tree New
product_template_search_view_inherit_product_life_period product.template.search product.template search Inherits product.product_template_search_view
product_template_view_form_inherit_product_life_period product.template.form product.template form Inherits product.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (6)
  • active Boolean
    default=True
  • end_date Date
    index=True
  • name Char
    translate=True
  • product_ids One2many → product.template
    index=True string='Seasonal Products' args: 'product.template', 'product_life_period_id'
  • products_count Integer
    compute='_compute_products_count'
  • start_date Date
Public methods (0)

No public methods.

New fields (1)
  • product_life_period_id Many2one → product.life.period
    index=True string='Life Period' args: 'product.life.period'
Public methods (0)

No public methods.