forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Adjust price in USD for products used in tests
env.ref("product.product_product_10") is a demo data we use in tests Prior to commit 86febae278f08864e83017d43f6aa9d67165d664 in odoo the original price (14.0 USD) was taken as EUR (from the company currency), and converted to 16.38 USD when added to a invoice with currency USD. This module used to convert it back to 14.0 EUR. After 86febae278f08864e83017d43f6aa9d67165d664, the product is added to a invoice with currency == USD with the correct price, 14.00, which is later converted to 11.97 EUR by this module.
- Loading branch information
Showing
3 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters