Skip to content

[8.0 ]BAD BUG!!! wrong decimal separator in automatic return entry (german numbers) #9395

@thomasklosinsky

Description

@thomasklosinsky

in german numbers we have it like this:
9.9999,99

in english it would be like this
99999.99

In Odoo POS usually we use german decimal separators which is a "," (comma) and not a "." (dot).

In any recent update the dot is automatically added to our EC-Card Journal as decimal separator and not the comma as usual.

Means:

POS Cart has 58,99 - we hit EC-Card payment, automatically there is 58.99 in the payment form which means 5899,00 and Odoo takes the difference (5840,01) as cash return...

Manually changing the dot to a comma is working but not the solution...

If somebody is not really taking care this means a lot of trouble...
BAD BUG!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions