odoo/odoo#245031
Created by fw-bot
Merged
at 0bb8ea95e614e2881a7a7a61674f6c0439ff7437
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-19.0-fix-combo-choice-product-template-lecan-492232-fw
- head
- dab5cc377406df866b20e64c7380294d57495cd0
- merged
- 2 months ago by Léopold Cantraine (lecan)
| odoo/odoo | |
|---|---|
| 19.0 | #244055 |
| saas-19.1 | #244788 |
| saas-19.2 | |
| master | #245031 |
[FIX] pos_self_order: Fix combo choice product template in self order
Before the fix, when we set a product variant as combo choice. In self/kiosk, we'll see the product template instead of the product itself. And we need to configure it again. It occured because for all of the products in the kiosk/self, we display the product template.
The expected behavior if we set a product variant as combo choice is to have the product variant in the combo directly without having to reconfigure it.
The bug occurs only since 19.0 because a fix was already done from 18.3 to 18.4 in this pr : #219908 but the fwport for 19.0 has never been merged.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr