~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to account/__terp__.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Accounting and financial management",
 
3
        "version" : "1.0",
 
4
        "depends" : ["product"],
 
5
        "author" : "Tiny",
 
6
        "description": """Financial and accounting module that covers:
 
7
        General accounting
 
8
        Cost / Analytic accounting
 
9
        Third party accounting
 
10
        Taxes management
 
11
        Budgets
 
12
        """,
 
13
        "website" : "http://tinyerp.com/module_account.html",
 
14
        "category" : "Generic Modules/Accounting",
 
15
        "init_xml" : [
 
16
        ],
 
17
        "demo_xml" : [
 
18
                "account_demo.xml",
 
19
                "project/project_demo.xml",
 
20
                "project/account.analytic.account.csv"
 
21
        ],
 
22
        "update_xml" : [
 
23
                "account_wizard.xml",
 
24
                "account_view.xml",
 
25
                "account_end_fy.xml",
 
26
                "account_view_transfer.xml",
 
27
                "account_invoice_view.xml",
 
28
                "account_report.xml",
 
29
                "partner_view.xml",
 
30
                "data/account_invoice.xml",
 
31
                "data/account_data.xml",
 
32
                "data/account_minimal.xml",
 
33
                "account_invoice_workflow.xml",
 
34
                "project/project_view.xml",
 
35
                "project/project_report.xml",
 
36
                "product_data.xml",
 
37
                "product_view.xml",
 
38
        ],
 
39
#       "translations" : {
 
40
#               "fr": "i18n/french_fr.csv"
 
41
#       },
 
42
        "active": False,
 
43
        "installable": True
 
44
}