TIP: You can type at any time to perform a new search.
Sale Order Product Recommendation with Default Packaging
sale_order_product_recommendation_packaging_default · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- 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 08:42:48
- Authors
- Odoo Community Association (OCA), Moduon
- Maintainers
- Odoo Community Association (OCA), Moduon
- Committers
- David Vidal, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module extends the functionality of sale order product recommendations to support gathering and specifying product packaging and to allow you to input that info directly from the recommendations wizard.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_recommendation_view_form |
Add packaging | sale.order.recommendation | form | Inherits sale_order_product_recommendation.sale_order_recommendation_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
product_packaging_idMany2one → product.packagingcompute='_compute_product_packaging'domain="[('product_id', '=', product_id), ('sales', '=', True)]"help='Packaging used for selling this product.'index=Truereadonly=Falsestore=Truestring='Packaging' args: 'product.packaging' -
product_packaging_qtyFloatcompute='_compute_product_packaging'digits='Product Unit of Measure'help='Quantity of packagings to sell.'readonly=Falsestore=True args: 'Packaging Qty.'
No public methods.
Loading…