-
Couldn't load subscription status.
- Fork 30.2k
[FW][FIX] account: allow decimal hook in vat amount edition #190482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FW][FIX] account: allow decimal hook in vat amount edition #190482
Conversation
|
@yosa-odoo @h4818 cherrypicking of pull request #189582 failed. stdout: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
ecfbbdf to
00556b1
Compare
|
tested locally |
|
@yosa-odoo @h4818 this forward port of #189582 is awaiting action (not merged or closed). |
Steps to reproduce: - define your language as French/BE - create a bill (facture fournisseur) - edit the vat with '20.13' using the numpad decimal key Issue: the amount is '2013.00' Cause: numpad decimal in belgian layout is a comma `,` which in this is interpreted as a thousands separator. Solution: Use the `useNumpadDecimal` hook opw-4284370 X-original-commit: b933e82
00556b1 to
0d2216a
Compare
|
robodoo r+ |
Steps to reproduce: - define your language as French/BE - create a bill (facture fournisseur) - edit the vat with '20.13' using the numpad decimal key Issue: the amount is '2013.00' Cause: numpad decimal in belgian layout is a comma `,` which in this is interpreted as a thousands separator. Solution: Use the `useNumpadDecimal` hook opw-4284370 closes #190482 X-original-commit: b933e82 Signed-off-by: Habib Ayob (ayh) <ayh@odoo.com> Signed-off-by: Yolann Sabaux (yosa) <yosa@odoo.com>
Steps to reproduce: - define your language as French/BE - create a bill (facture fournisseur) - edit the vat with '20.13' using the numpad decimal key Issue: the amount is '2013.00' Cause: numpad decimal in belgian layout is a comma `,` which in this is interpreted as a thousands separator. Solution: Use the `useNumpadDecimal` hook opw-4284370 closes odoo#190482 X-original-commit: b933e82 Signed-off-by: Habib Ayob (ayh) <ayh@odoo.com> Signed-off-by: Yolann Sabaux (yosa) <yosa@odoo.com>

Steps to reproduce:
Issue:
the amount is '2013.00'
Cause:
numpad decimal in belgian layout is a comma
,which in this is interpreted as a thousands separator.Solution:
Use the
useNumpadDecimalhookopw-4284370
Forward-Port-Of: #189582