Skip to content
Snippets Groups Projects
Commit 400a1f7b authored by Lucas Lefèvre's avatar Lucas Lefèvre
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#38519

Signed-off-by: default avatarlul-odoo <LucasLefevre@users.noreply.github.com>
parent 0f8e132e
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