[IMP] minor tweaks

bzr revid: mat@openerp.com-20131002102036-0n0cb3rd39bzkife
This commit is contained in:
Martin Trigaux 2013-10-02 12:20:36 +02:00
parent fc52df4ad7
commit 946f71e307
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ class base_config_settings(osv.osv_memory):
'module_base_import': fields.boolean("Allow users to import data from CSV files"),
'module_google_drive': fields.boolean('Attach Google documents to any record',
help="""This installs the module google_docs."""),
'font': fields.selection(_get_font, "Select Font",help="Set your favorite font into company header"),
'font': fields.selection(_get_font, "Select Font", help="Set your favorite font into company header"),
}
_defaults= {
@ -103,5 +103,5 @@ class sale_config_settings(osv.osv_memory):
'Manage mass mailing campaigns',
help='Get access to statistics with your mass mailing, manage campaigns.'),
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -91,7 +91,7 @@
</div>
</group>
<group string="Report Settings">
<label for="font" string="Default Para fonts(Header/footer)" />
<label for="font" string="RML font (Header/footer)" />
<div>
<div>
<field name="font" class="oe_inline"/>