Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.2.0
Category
Others
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:47:29
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Simone Orsi, Ivàn Todorovich, Sébastien Alix, jcoux, Weblate, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_quick_seasonality
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.