[ADD] theme saas-15

This commit is contained in:
Design
2021-05-12 08:31:54 +02:00
committed by Jeremy Kersten
commit 1680be7f69
3871 changed files with 154991 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="theme_kea.option_layout_boxed" model="ir.ui.view">
<field name="active" eval="False"/>
</record>
<record id="theme_kea.option_layout_fullwidth" model="ir.ui.view">
<field name="active" eval="True"/>
</record>
<record id="theme_kea.option_bg_03" model="ir.ui.view">
<field name="active" eval="False"/>
</record>
<record id="theme_kea.option_bg_08" model="ir.ui.view">
<field name="active" eval="True"/>
</record>
<record id="theme_kea.option_font_sinkin" model="ir.ui.view">
<field name="active" eval="False"/>
</record>
<record id="theme_kea.option_font_rajdhani" model="ir.ui.view">
<field name="active" eval="True"/>
</record>
</odoo>