Closed ysantiago closed 4 years ago
@nhomar what do you think about?
Can you add a test case where it is failing? AFAICR it is being used with no error in customer environment (Lodi) can you ask to @dsabrinarg for details and maybe a testing environment where she and you can test this toghether?
maybe we have a hidden error than the customer is not being able to see.
LAst time we touched this module a huge set of issued comes up because as it is is was completely approved. But again, please check functionally with Sabrina your use case and maybe a unittest that allow validate that will tell us if all is ok.
Regards.
In sale.py is the following code:
Here is passing through context as new currency the company currency instead of passing the sale currency:
'new_currency': so.currency_id.id
This causes that the conversion between the company currency and the currency in which the sale is made does not execute correctly (because they are both the same).