Skip to content

Commit

Permalink
[ADD] tools: allow saving data-embedded attribute
Browse files Browse the repository at this point in the history
This attribute contains a key which is used to identify the type of embedded
component to mount in the html editor.
  • Loading branch information
ged-odoo committed Jul 11, 2024
1 parent 448f31c commit ea2a044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odoo/tools/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
['style',
'data-o-mail-quote', 'data-o-mail-quote-node', # quote detection
'data-oe-model', 'data-oe-id', 'data-oe-field', 'data-oe-type', 'data-oe-expression', 'data-oe-translation-source-sha', 'data-oe-nodeid',
'data-last-history-steps', 'data-oe-protected', 'data-oe-transient-content',
'data-last-history-steps', 'data-oe-protected', 'data-oe-transient-content', 'data-embedded',
'data-publish', 'data-id', 'data-res_id', 'data-interval', 'data-member_id', 'data-scroll-background-ratio', 'data-view-id',
'data-class', 'data-mimetype', 'data-original-src', 'data-original-id', 'data-gl-filter', 'data-quality', 'data-resize-width',
'data-shape', 'data-shape-colors', 'data-file-name', 'data-original-mimetype',
Expand Down

0 comments on commit ea2a044

Please sign in to comment.