[FIX] company: add missing on_change for font selection

bzr revid: mat@openerp.com-20131119091524-serz74unvekz9j32
This commit is contained in:
Martin Trigaux 2013-11-19 10:15:24 +01:00
commit e5ece85866
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
<label for="font" />
<div>
<div>
<field name="font" class="oe_inline" colspan="2"/>
<field name="font" class="oe_inline" colspan="2" on_change="onchange_font_name(font, rml_header, rml_header2, rml_header3)"/>
<button string="(reload fonts)" name="act_discover_fonts" type="object" class="oe_link" colspan="1"/>
</div>
</div>