Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:49
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, bosd
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to use the product assortments related to a partner
on sale orders. Whith this implementation, we just allow to select the
products defined on allowed list and we don't allow to select the
products defined on restricted list on sale orders.

Code Analysis

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

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • allowed_product_ids Many2many → product.product
    comodel_name='product.product' compute='_compute_product_assortment_ids' string='Allowed Products'
  • has_allowed_products Boolean
    compute='_compute_product_assortment_ids'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
93 days ago
Last activity
84 days ago
Repository
OCA/sale-workflow
Pull request
[19.0][mig]: sale_order_product_assortment (#4348)