| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/18.0/sale_order_product_recommendation_packaging_default |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, David Vidal, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_recommendation_view_form |
Add packaging | sale.order.recommendation | xpath | Inherits sale_order_product_recommendation.sale_order_recommendation_view_form |
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.'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/16.0/sale_order_product_recommendation_packaging_default |
| VERSION | |
| VERSION | 3.0.1 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | Jairo Llopis, Weblate, OCA-git-bot, oca-ci, Eduardo De Miguel, tris |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_recommendation_view_form |
Add packaging | sale.order.recommendation | xpath | Inherits sale_order_product_recommendation.sale_order_recommendation_view_form |
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.'
No public methods.