10 lines
328 B
XML
10 lines
328 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Put new font into modal -->
|
|
<template id="artists_radley_font" inherit_id="theme_monglia.theme_customize">
|
|
<xpath expr="//t[@t-set='_nb_fonts']" position="attributes">
|
|
<attribute name="t-value">9</attribute>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|