Daily updates from Odoo
Friday, April 21, 2023
3 changes · master
Enhancements to existing features
Documents now show when they contain multiple pages, such as PDF pages or spreadsheet sheets, directly from the kanban card. This makes it easier for users to recognize document size and structure at a glance without opening each file.
Original PR description
...when documents can be considered having multiple pages, i.e., actual pages in pdfs, or sheets in spreadsheets/xslx files. It makes it obvious. Technical notes: * PDFS On `except`: * `ValueError` is necessary for Supporting PyPDF2 v.1.26. See https://github.com/py-pdf/pypdf/issues/183 * `PdfReadError`= Non-pdf attachment stored as pdf in accounting, and likely other ill-formatted files users may upload. * Spreadsheet: * Writing the value when spreadsheet is left allows to be correct between snapshots Tests are included. Task-3060846
Mexican eCommerce customers requesting an invoice will now see a clearer reminder to provide their RFC tax number during checkout. The invoice information step is also available even when automatic invoicing is turned off, helping customers submit the details needed for later invoicing.
Original PR description
1. Display the RFC on the additional step while asking for an invoice. This will remind the eCommerce client that he needs to provide his RFC number while requiring an Invoice. 2. Display the additional step even if the system parameter "automatic invoicing" is deactivated. This will allow eCommerce clients to require and provide the additional information if they require an invoice, even if the eCommerce is not configured to create invoices automatically. task-3250896
Usability of the EDI settings is improved with shorter message, better warning, simpler wording, better translations. Same goes for the EDI messages about sent invoices and EDI invoice states. Community PR: [odoo-dev/#117601](https://github.com/odoo/odoo/pull/117601) Task link: https://www.odoo.com/web#id=3263708&cids=1&model=project.task task-3263708
Original PR description
Usability of the EDI settings is improved with shorter message, better warning, simpler wording, better translations. Same goes for the EDI messages about sent invoices and EDI invoice states. Community PR: [odoo-dev/#117601](https://github.com/odoo/odoo/pull/117601) Task link: https://www.odoo.com/web#id=3263708&cids=1&model=project.task task-3263708