Friday, January 10, 2025
2 changes · saas-17.2
Resolved issues and error corrections
The Peruvian electronic invoicing PDF now shows withholding amounts with the company currency symbol instead of the invoice currency symbol. This prevents confusion when invoices are issued in foreign currencies but the withholding amount must be displayed in PEN.
Original PR description
Scenario: - Install l10n_pe_edi and switch to "PE Company" - Create a product with "Withhold Percentage" 20% - Create an invoice with operation type "[1001] Operation Subject to Detraction", the created product and USD currency. - Print the invoice as PDF => The "Withholding amount" in the PDF is correctly shown in the company currency, but the currency symbol is the one of the invoice ($) Issue: Amount is always in the company currency, and currency is the invoice currency that might be different. Fix: currency_id gotten from account.move()._l10n_pe_edi_get_spot is only used in this location where the amount should always be the company currency: so we modify it to be the company currency. opw-4292774 opw-4338728
The website project form now translates the "Email" label in the chatter message when a task is created. This improves localization consistency for users working in languages other than English.
Original PR description
- add translation for `Email` in chatter message when task create from website form. task-4295363 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr