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

« back to all changes in this revision

Viewing changes to account_voucher/__terp__.py

merging new development from indian accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "India Accounting",
 
3
    "version" : "1.0",
 
4
    "author" : "Tiny",
 
5
    "description": """
 
6
    India Accounting module includes all the basic requirenment of 
 
7
    Basic Accounting, plus new things which available are 
 
8
    * Indian Account Chart
 
9
    * New Invoice - (Local, Retail)
 
10
    * Invoice Report
 
11
    * Tax structure
 
12
    * Journals 
 
13
    * VAT Declaration report
 
14
    * Accounting Periods
 
15
    """,
 
16
    "category" : "Generic Modules/Accounting",
 
17
    "website" : "http://tinyerp.com",
 
18
    "depends" : ["base", "account"],
 
19
    "init_xml" : [
 
20
    ],
 
21
    
 
22
    "demo_xml" : [
 
23
    ],
 
24
    
 
25
    "update_xml" : [
 
26
#        "account_voucher_sequence.xml",
 
27
        "account_report.xml",
 
28
        "voucher_view.xml",
 
29
        "account_voucher_wizard.xml"
 
30
    ],
 
31
    "active": False,
 
32
    "installable": True
 
33
}
 
 
b'\\ No newline at end of file'