odoo/odoo#191713
Created by fw-bot
Merged
at 8312b76cf1b83a187ca16190b530e06cebafac04
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- 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:saas-17.2-17.0-l10n_fr_pos_cert-fix-old-unit-price-7QAf-fw
- head
- a612af7787c92ad7d9c9b0fd0f438dec8b570d31
- merged
- 1 year ago by POS IoT, Adrien Guilliams (adgu)
| odoo/odoo | |
|---|---|
| 17.0 | #184840 |
| saas-17.2 | #191713 |
| saas-17.4 | #191725 |
| 18.0 | #191732 |
| saas-18.1 | #191735 |
| saas-18.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| saas-19.1 | |
| saas-19.2 | |
| master | #191737 |
[FW][FIX] l10n_fr_pos_cert: fix hidden old unit price on products screen
Description of the issue/feature this PR addresses:
Current behavior before PR:
The "Old unit price" text in the POS products screen is not showing properly when the l10n_fr_pos_cert is installed.
Desired behavior after PR is merged:
The "Old unit price" text will be showing up properly using simular code to what is on https://github.com/odoo/odoo/blob/a0ab0ce39bf4cba5e90eae109bcd006b39e31c6c/addons/l10n_fr_pos_cert/static/src/xml/OrderReceipt.xml#L14
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #184840