TIP: You can type at any time to perform a new search.
Sale Product seasonality
sale_product_seasonality · OCA/sale-workflow
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_endDatetimestates={'done': [('readonly', True)], 'cancel': [('readonly', True)]} -
season_allowed_product_idsMany2many → product.productcolumn1='sale_id'column2='product_id'comodel_name='product.product'compute='_compute_season_allowed_product_ids'string='Season allowed products' -
seasonal_config_idMany2one → seasonal.configcomodel_name='seasonal.config'default=<expr>states={'done': [('readonly', True)], 'cancel': [('readonly', True)]}string='Product seasonal configuration'
-
create(self, vals)@api.model -
onchange_partner_id(self)@api.onchange('partner_id') -
write(self, vals)
New fields (1)
-
season_allowed_product_idsMany2manyrelated='order_id.season_allowed_product_ids'
No public methods.