Skip to content

Commit

Permalink
[FIX] allow install several theme at once
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Yelizariev authored and yajo committed May 23, 2018
1 parent cf0dbeb commit fe94b15
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions website_multi_theme/__manifest__.py
Expand Up @@ -25,6 +25,7 @@
"templates/patterns.xml",
"data/themes_default.xml",
"views/ir_ui_view.xml",
"data/ir_module_category.xml",
],
"demo": [
"demo/pages.xml",
Expand Down
10 changes: 10 additions & 0 deletions website_multi_theme/data/ir_module_category.xml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). -->
<odoo>

<record model="ir.module.category" id="base.module_category_theme">
<field name="exclusive" eval="False"/>
</record>

</odoo>

0 comments on commit fe94b15

Please sign in to comment.