Product Simple Seasonality

product_simple_seasonality
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_simple_seasonality
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:13
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 adds a simple concept of seasonality for products

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_packaging_search_view product.packaging.search (in product_campaign_seasonality) product.packaging field Inherits product.product_packaging_form_view
product_template_form_view product.template.form (in product_campaign_seasonality) product.template xpath Inherits product.product_template_form_view
seasonality_form_view seasonality.form (in product_simple_seasonality) seasonality form New
seasonality_search_view seasonality.search (in product_simple_seasonality) seasonality search New
seasonality_tree_view seasonality.tree (in product_simple_seasonality) seasonality list New
Models touched (3)

New fields (1)
  • seasonality_ids Many2many → seasonality
    related='product_id.seasonality_ids' args: 'seasonality'
Public methods (0)

No public methods.

New fields (1)
  • seasonality_ids Many2many → seasonality
    help='This is an informative field to track which seasons this product should be associated with' string='Seasonality' args: 'seasonality'
Public methods (0)

No public methods.

New fields (2)
  • company_id Many2one → res.company
    default=<expr> args: 'res.company'
  • name Char
    required=True
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_simple_seasonality
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Kevin Khao
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:12:00
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 adds a simple concept of seasonality for products

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_packaging_search_view product.packaging.search (in product_campaign_seasonality) product.packaging field Inherits product.product_packaging_form_view
product_template_form_view product.template.form (in product_campaign_seasonality) product.template xpath Inherits product.product_template_form_view
seasonality_form_view seasonality.form (in product_simple_seasonality) seasonality form New
seasonality_search_view seasonality.search (in product_simple_seasonality) seasonality search New
seasonality_tree_view seasonality.tree (in product_simple_seasonality) seasonality tree New
Models touched (3)

New fields (1)
  • seasonality_ids Many2many → seasonality
    related='product_id.seasonality_ids' args: 'seasonality'
Public methods (0)

No public methods.

New fields (1)
  • seasonality_ids Many2many → seasonality
    help='This is an informative field to track which seasons this product should be associated with' string='Seasonality' args: 'seasonality'
Public methods (0)

No public methods.

New fields (2)
  • company_id Many2one → res.company
    default=<expr> args: 'res.company'
  • name Char
    required=True
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/product-attribute
PULL REQUEST
PULL REQUEST[17.0][MIG] product_simple_seasonality: Migration to 17.0 (#1930)