Saturday, October 18, 2025
2 changes · 19.0
Resolved issues and error corrections
Fixed an issue in Odoo Sign where dragging a non-PDF file into an empty document view could show the same warning twice. Users now receive one clear warning while existing drag-and-drop upload behavior remains unchanged.
Original PR description
Issue: - When no documents exist and a user drags/drops a non-PDF file, the warning pop-up appears twice instead of once. - This happened when there were no documents in the view (when actionhelper is visible). Root Cause: - The `useSignViewButtons` hook was used in both the main view (List/Kanban) and the SignActionHelper component. - When a file was dropped, both components received the bus event and attempted to upload the file independently. - This caused duplicate processing and duplicate warning popups. Solution: - Added condition on bus call to distinguish between components. - Modified the bus event handler to skip processing in SignActionHelper components. - This ensures only the main view component handles file uploads from drag-and-drop. Impact: - Users now see the warning pop-up only once when uploading invalid files - Maintains all existing functionality while fixing the duplicate behavior task-5103284 Forward-Port-Of: odoo/enterprise#95512
This fixes an email connection issue affecting Chilean electronic invoicing. It updates the connection naming so incoming mail processing can work correctly with the current system behavior.
Original PR description
Fetchmail for `l10n_cl_edi` is non-working due to a missing name align for IMAP connections. Name is now `_connect__` instead of `connect`. This is also required for https://github.com/odoo/enterprise/pull/97158 to work whenever is forwarded to 19.0.