Friday, December 2, 2022
3 changes
Resolved issues and error corrections
This update fixes two localization issues found during nightly checks. It restores installation reliability for the Peru invoicing module and corrects the Romania reporting setup to avoid future access-rights warnings.
Original PR description
Fixes two recent issues in l10n that appeared on the nightly
This update restores a broken Peruvian invoice report customization after a related platform change. It helps ensure Peruvian electronic invoice documents continue to render the expected information correctly.
Original PR description
Following changes in odoo/odoo@3f38d903e9f4b39c6d4638cc4e745a9bb35ac390, a Peruvian xpath does not work anymore. This commit fixes this by updating the Peruvian xpath to follow the new changes.
A broken accounting walkthrough was corrected after invoice status labels changed for draft bills. This keeps internal validation aligned with the current invoice view and helps prevent false failures during quality checks.
Original PR description
Following the community PR that has removed the tag payment state when the move is not posted, the tour was broken. It checked if a payment state was present in the view for a draft bill. This PR correct that by checking the state instead of the payment state Task-id: 3085423