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 IDNameModelTypeStatus
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_id Many2one → product.packaging
    compute='_compute_product_packaging' domain="[('product_id', '=', product_id), ('sales', '=', True)]" help='Packaging used for selling this product.' index=True readonly=False store=True string='Packaging' args: 'product.packaging'
  • product_packaging_qty Float
    compute='_compute_product_packaging' digits='Product Unit of Measure' help='Quantity of packagings to sell.' readonly=False store=True args: 'Packaging Qty.'
Public methods (0)

No public methods.

Loading…