Saturday, October 25, 2025
3 changes · 19.0
Resolved issues and error corrections
Spreadsheets without a custom thumbnail now show a spreadsheet-specific default image instead of a generic placeholder. This makes document lists clearer and helps users identify spreadsheet files more easily.
Original PR description
## Description Before this fix, when a spreadsheet had no thumbnail, the system displayed the generic web placeholder image (`web/static/img/placeholder.png`). This PR updates the logic to display a more relevant default image specific to spreadsheets (`/spreadsheet/static/img/spreadsheet.svg`) when no thumbnail is available. Task: [4963284](https://www.odoo.com/odoo/project/2328/tasks/4963284) Forward-Port-Of: odoo/enterprise#96962
Portal users who can view a field service task will no longer hit an access error when opening it without access to the related project. The quotation button logic now avoids unnecessary project access checks and still shows relevant quotation access when appropriate.
Original PR description
Before this commit, the portal user who has access to a fsm task and not the project related could get an access error when he tries to access to the form view of that task inside his portal. The reason is because a check is made to know if the user has access to project sharing to display the quotations button in the portal form view of the task. This commit makes sure the project is in the parameter of the method in which we did that check to make sure the user comes from a project instead of `/my/tasks` route. Forward-Port-Of: odoo/enterprise#98023
Documentation and clarification updates
This update adds Yannick Payot as an authorized contributor under Acsone's corporate contributor agreement. It helps keep Odoo's legal contribution records current and ensures future contributions from this person are covered.
Original PR description
Let's get a third entry in the CLA on acsone behalf :smile: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#232991