Skip to content
Snippets Groups Projects
Commit 8c15358e authored by Lucas Lefèvre's avatar Lucas Lefèvre Committed by fw-bot
Browse files

[FIX] web: Avoid blinking attachment box


Go to hr.applicant view form, Edit and change something.
Each time you change a field, the Attachment box in the chatter is toggled
(as if you were clicking on the small attachment button each time).
This a wrong behavior of the `open_attachments` option of the `mail_thread`
widget.
Opening the attachment box should be done at the widget initialisation,
not at every render.

closes odoo/odoo#38720

X-original-commit: 400a1f7b
Signed-off-by: default avatarlul-odoo <LucasLefevre@users.noreply.github.com>
parent 52b3daf2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment