Tuesday, September 8, 2020
3 changes · master
Enhancements to existing features
This update adds support for importing and exporting invoices using the Peppol BIS3 format, making electronic invoicing easier for businesses that need to comply with Peppol standards. It also reuses shared import helpers across related electronic invoicing formats to improve consistency and reliability.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update ensures VAT information is still added to company records even when the external partner autocomplete service cannot be reached or returns an error. It helps users retain important company identification data instead of losing it due to a temporary service issue.
Original PR description
In this commit, we ensure that the vat is added to the company data if an error occured when contacting iap-services. task~2092378 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Spreadsheet thumbnails now focus on the actual sheet content starting from cell A1, rather than including row and column headers or stretching across the full grid height. The preview image is also generated at a higher resolution, making spreadsheet documents easier to recognize at a glance.
Original PR description
PURPOSE Improve the quality of spreadsheet thumbnails SPECIFICATION Currently, the squared thumbnail spanq the whole height of the grid (header row/column included) With this commit, the squared thumbnail will span around 25 standard-height rows, and starting at cell A1 (headers not included) also, improve the resolution of the thumbnail to a reasonable level of details task-id:2328535