Skip to content

Commit 5317d72

Browse files
committed
[REF] mail: move sample_server code in web/ assets
This file override was put in its own folder, requiring to manually maintain its presence in the mail manifest. This file is an override of `/web`, therefore it should simply be moved in the appropriate folder to be automatically taken into account. Also took opportunity to add suffix in filename to clarify this is a patch. closes odoo#157284 Signed-off-by: Sébastien Theys (seb) <[email protected]>
1 parent 37f366d commit 5317d72

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

addons/mail/__manifest__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
'mail/static/src/**/primary_variables.scss',
130130
],
131131
'web.assets_backend': [
132-
'mail/static/src/model/**/*',
133132
# depends on BS variables, can't be loaded in assets_primary or assets_secondary
134133
'mail/static/src/scss/variables/derived_variables.scss',
135134
'mail/static/src/scss/*.scss',

0 commit comments

Comments
 (0)