Skip to content

Commit 7d58d20

Browse files
committed
[REM] theme_common: remove empty files and unreferenced files
This commit removes static files that are not referenced from an asset, static files which are empty or only contain comments and `primary_variables.scss` which only a never referenced variable. task-3696867
1 parent e753dac commit 7d58d20

File tree

8 files changed

+0
-1706
lines changed

8 files changed

+0
-1706
lines changed

theme_common/__manifest__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
'category': 'Hidden',
66
'version': '1.1',
77
'depends': ['website'],
8-
'data': [
9-
'data/data.xml',
10-
],
118
'license': 'LGPL-3',
129
}

theme_common/data/data.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

theme_common/data/ir_asset.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,4 @@
6565
<field name="active" eval="False"/>
6666
</record>
6767

68-
<record id="theme_common.primary_variables_scss" model="theme.ir.asset">
69-
<field name="key">theme_common.primary_variables_scss</field>
70-
<field name="name">Primary variables SCSS</field>
71-
<field name="bundle">web._assets_primary_variables</field>
72-
<field name="path">theme_common/static/src/scss/primary_variables.scss</field>
73-
</record>
74-
75-
<record id="theme_common.fonts_scss" model="theme.ir.asset">
76-
<field name="key">theme_common.fonts_scss</field>
77-
<field name="name">Fonts SCSS</field>
78-
<field name="bundle">web.assets_frontend</field>
79-
<field name="path">theme_common/static/src/scss/fonts.scss</field>
80-
</record>
81-
8268
</odoo>

theme_common/static/lib/YTPlayer/jquery.mb.YTPlayer.js

Lines changed: 0 additions & 1543 deletions
This file was deleted.

theme_common/static/src/js/compatibility_editor.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

theme_common/static/src/js/preheader.js

Lines changed: 0 additions & 112 deletions
This file was deleted.

theme_common/static/src/scss/fonts.scss

Lines changed: 0 additions & 9 deletions
This file was deleted.

theme_common/static/src/scss/primary_variables.scss

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)