mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
10 lines
323 B
XML
10 lines
323 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="theme_customize" inherit_id="theme_common.theme_customize">
|
|
<!-- Set number of fonts -->
|
|
<xpath expr="//t[@t-set='_nb_fonts']" position="attributes">
|
|
<attribute name="t-value">7</attribute>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|