~openerp-chinese-team/openerp-china/openerp-china

« back to all changes in this revision

Viewing changes to oecn_base_fonts/__openerp__.py

  • Committer: Tony Gu
  • Date: 2012-01-20 06:13:56 UTC
  • Revision ID: tony@openerp.cn-20120120061356-vwpt9mb1uxkimpj0
make the description of module a bit clearer

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#
18
18
##############################################################################
19
19
{
20
 
    "name" : "Letting pdf reports use TrueType fonts",
 
20
    "name" : "pdf report support for your language",
21
21
    "version" : "2.1",
22
22
    "author" : "Shine IT",
23
23
    "maintainer":"jeff@openerp.cn",
24
24
    "website": "http://www.openerp.cn",
25
25
    "description": """
26
 
    To allow unicode characters displaying in pdf report 
27
 
    with TrueType fonts user selected in wizard.
28
 
    
29
 
    It can solve pdf report display issue for Chinese also other
30
 
    Unicode characters """,
 
26
    Fonts defined in the default report may not support characters
 
27
    in your language, which may cause jarbled characters in the printed
 
28
    pdf report.
 
29
    
 
30
    This addon will solve abovementioned issue elegently by using openerp
 
31
    customfonts API to replace the original fonts with your seleted fonts.
 
32
 
 
33
    Please click open Settings/Configuration/Configuration Wizards/Configuration Wizards
 
34
    click the launch buttong(gear icon) on the line of 'Configure fonts mapping for pdf report'
 
35
    
 
36
    set up the font mapping from the poped window there and
 
37
    
 
38
    have fun!
 
39
    """,
31
40
    "depends" : ["base"],
32
41
    "category" : "Generic Modules/Base",
33
42
    "demo_xml" : [],