Files
design-themes/theme_notes/views/customize_modal.xml
T
2021-05-11 15:56:19 +02:00

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>