TIP: You can type at any time to perform a new search.
Sale Order Product Recommendation Stock
sale_stock_product_recommendation · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales/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, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module extends the functionality of the sale order product recommendator to display stock info. This way, you know if you can or not accept the recommendations.   
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_recommendation_view_form |
Stock info in recommendations | 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 (12)
-
display_qty_widgetBooleancompute='_compute_qty_to_deliver' -
forecast_expected_dateDatetimecompute='_compute_qty_at_date' -
free_qty_todayFloatcompute='_compute_qty_at_date'digits='Product Unit of Measure' -
is_mtoBooleancompute='_compute_is_mto' -
move_idsOne2manyrelated='sale_line_id.move_ids' -
product_uomMany2onerelated='sale_line_id.product_uom'string='UoM' -
qty_available_todayFloatcompute='_compute_qty_at_date' -
qty_to_deliverFloatcompute='_compute_qty_to_deliver'digits='Product Unit of Measure' -
scheduled_dateDatetimecompute='_compute_qty_at_date' -
stateSelectionrelated='wizard_id.order_id.state' -
virtual_available_at_dateFloatcompute='_compute_qty_at_date'digits='Product Unit of Measure' -
warehouse_idMany2onerelated='wizard_id.order_id.warehouse_id'
No public methods.
Loading…