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.


![List view](https://github.com/OCA/sale-workflow/assets/973709/899cdced-2f9f-4248-96c7-c5ebc2ee8527)
![Mobile kanban view](https://github.com/OCA/sale-workflow/assets/973709/83ccca33-902f-4fce-b70b-5d8480135113)
![Mobile form view](https://github.com/OCA/sale-workflow/assets/973709/3ba17613-d6b6-4d44-8546-1399459a331a)

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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_widget Boolean
    compute='_compute_qty_to_deliver'
  • forecast_expected_date Datetime
    compute='_compute_qty_at_date'
  • free_qty_today Float
    compute='_compute_qty_at_date' digits='Product Unit of Measure'
  • is_mto Boolean
    compute='_compute_is_mto'
  • move_ids One2many
    related='sale_line_id.move_ids'
  • product_uom Many2one
    related='sale_line_id.product_uom' string='UoM'
  • qty_available_today Float
    compute='_compute_qty_at_date'
  • qty_to_deliver Float
    compute='_compute_qty_to_deliver' digits='Product Unit of Measure'
  • scheduled_date Datetime
    compute='_compute_qty_at_date'
  • state Selection
    related='wizard_id.order_id.state'
  • virtual_available_at_date Float
    compute='_compute_qty_at_date' digits='Product Unit of Measure'
  • warehouse_id Many2one
    related='wizard_id.order_id.warehouse_id'
Public methods (0)

No public methods.

Loading…