Sale Order Product Recommendation with Default Packaging

sale_order_product_recommendation_packaging_default
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_order_product_recommendation_packaging_default
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, David Vidal, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_order_product_recommendation
    - sale_packaging_default
OCA/web:
    - web_widget_numeric_step
odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits sale_order_product_recommendation.sale_order_recommendation_view_form
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.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_order_product_recommendation_packaging_default
VERSION
VERSION 3.0.1
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSJairo Llopis, Weblate, OCA-git-bot, oca-ci, Eduardo De Miguel, tris
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_order_product_recommendation
    - sale_packaging_default
OCA/web:
    - web_widget_numeric_step
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits sale_order_product_recommendation.sale_order_recommendation_view_form
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.