Sale Product seasonality

sale_product_seasonality
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/14.0/sale_product_seasonality
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYOthers
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSIvàn Todorovich, Sébastien Alix, jcoux, oca-travis, Weblate, OCA-git-bot, Simone Orsi
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_seasonality
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - 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

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form sale.order group Inherits sale.view_order_form
Models touched (2)

New fields (3)
  • commitment_date_end Datetime
    states={'done': [('readonly', True)], 'cancel': [('readonly', True)]}
  • season_allowed_product_ids Many2many → product.product
    column1='sale_id' column2='product_id' comodel_name='product.product' compute='_compute_season_allowed_product_ids' string='Season allowed products'
  • seasonal_config_id Many2one → seasonal.config
    comodel_name='seasonal.config' default=<expr> states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} string='Product seasonal configuration'
Public methods (3)
  • create(self, vals)
    @api.model
  • onchange_partner_id(self)
    @api.onchange('partner_id')
  • write(self, vals)

New fields (1)
  • season_allowed_product_ids Many2many
    related='order_id.season_allowed_product_ids'
Public methods (0)

No public methods.