Tuesday, November 29, 2022
2 changes
Resolved issues and error corrections
This fix updates the Peruvian electronic invoicing report so invoice and credit note titles continue to display correctly after a change in the underlying report template. It helps ensure legally relevant document labels remain accurate for users generating Peruvian accounting documents.
Original PR description
…ions The base template that `l10n_pe_edi` extends is changed requiring a modification in xpath expressions. [task-3067251](https://www.odoo.com/web#id=3067251&cids=1&menu_id=4720&action=4043&model=project.task&view_type=form) Retarget of https://github.com/odoo/enterprise/pull/34457 Related: https://github.com/odoo/odoo/pull/106692
This fixes an issue where customer rating smiley icons could appear missing or invisible in Helpdesk rating emails. The email template now keeps the correct image size so recipients can clearly see and use the rating options.
Original PR description
Currently, when rating mail is sent from rating template rating smiley on the mail are not displayed to an insufficient height of the content. so in this commit, add the height same as project rating template to display the rating smiley in the mail task-2720325