~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to account_balance/__terp__.py

merging new development from indian accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    "name" : "Accounting and financial management-Compare Accounts",
3
 
    "version" : "1.1",
4
 
    "depends" : ["account"],
5
 
    "author" : "Tiny",
6
 
    "description": """Account Balance Module is an added functionality to the Financial Management module.
7
 
 
8
 
    This module gives you the various options for printing balance sheet.
9
 
 
10
 
    1. You can compare the balance sheet for different years.
11
 
 
12
 
    2. You can set the cash or percentage comparision between two years.
13
 
 
14
 
    3. You can set the referencial account for the percentage comparision for particular years.
15
 
 
16
 
    4. You can select periods as an actual date or periods as creation date.
17
 
 
18
 
    5. You have an option to print the desired report in Landscape format.
19
 
    """,
20
 
    "website" : "http://tinyerp.com/account_balance.html",
21
 
    "category" : "Generic Modules/Accounting",
22
 
    "init_xml" : [
23
 
    ],
24
 
    "demo_xml" : [],
25
 
    "update_xml" : ["account_report.xml","account_wizard.xml",],
26
 
#    "translations" : {
27
 
#        "fr": "i18n/french_fr.csv"
28
 
#    },
29
 
    "active": False,
30
 
    "installable": True
31
 
}