Product life period

product_life_period
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_life_period
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
COMMITTERSCédric Pigeon, Denis Roussel, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_state
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - sale
    - sales_team
    - account
    - analytic
    - web_planner
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits product.product_template_search_view
product_template_view_form_inherit_product_life_period product.template.form product.template field Inherits product.product_template_form_view
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.