Daily updates from Odoo
Tuesday, April 28, 2026
2 changes
Features or functions removed from Odoo
This update removes the signature display from the sales portal to ensure consistency with recent improvements to Sales Order signature integrity. Previously, the portal showed signatures even for outdated versions of quotes or sales orders. This change ensures customers always see the most current signed document.
Original PR description
In https://github.com/odoo/odoo/pull/245198, we improved a Sales Order signature integrity by ensuring the signature only prints on the specific PDF generated at the exact time of signing, rather than on any subsequently generated PDFs. To maintain this consistency, this commit removes the signature from the sales portal. Prior to this change, the portal displayed the signature even if the customer had not signed the most recent, current version of the quotation or SO. Follow-up of task-5421716
This pull request updates the .weblate.json files to reflect changes in the Vietnamese localization (I18N) for Odoo. Specifically, a new module, `l10n_vn_edi_viettel_pos`, has been added, and the `project_mrp_sale` module has been removed as all associated translations were deleted.
Original PR description
- Added `l10n_vn_edi_viettel_pos` - Removed `project_mrp_sale` (no terms left) Forward-Port-Of: odoo/odoo#261555