| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/14.0/sale_product_seasonality |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Others |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Ivàn Todorovich, Sébastien Alix, jcoux, oca-travis, Weblate, OCA-git-bot, Simone Orsi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-attribute: - product_seasonality odoo/odoo: - sale - sales_team - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
sale.order | group | Inherits sale.view_order_form |
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'
create(self, vals)
onchange_partner_id(self)
write(self, vals)
season_allowed_product_ids
Many2many
related='order_id.season_allowed_product_ids'
No public methods.