odoo/odoo#194593
Created by Soukaina Tyes (soty)
Merged
at 479b138eab9fa759371c639c43389445660b41f9
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:18.0-opw-4486182-traceback_when_deleting_quotation_attachment-soty
- head
- cf45926b3e93d5b59ec541559ff77e8620c0b6c0
- merged
- 6 months ago by Discuss, Alexandre Kühn (aku)
odoo/odoo | |
---|---|
18.0 | #194593 |
saas-18.1 | #202564 |
saas-18.2 | #202699 |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #202721 |
[FIX] mail: prevent traceback error when deleting quotation attachment
Issue:
A traceback error is raised when deleting the quotation attachment before sending it via email.
Steps to reproduce:
- go to Sales.
- open a quotation.
- click "Send by Email."
- delete the attachment.
A traceback error occurs.