~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to sale/__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" : "Sales Management",
 
3
        "version" : "1.0",
 
4
        "author" : "Tiny",
 
5
        "website" : "http://tinyerp.com/module_sale.html",
 
6
        "depends" : ["product", "stock", "mrp"],
 
7
        "category" : "Generic Modules/Sales & Purchases",
 
8
        "init_xml" : [],
 
9
        "demo_xml" : ["sale_demo.xml"],
 
10
        "update_xml" : [
 
11
                "sale_workflow.xml",
 
12
                "sale_sequence.xml",
 
13
                "sale_data.xml",
 
14
                "sale_view.xml",
 
15
                "sale_report.xml",
 
16
                "sale_wizard.xml",
 
17
                "stock_view.xml"
 
18
        ],
 
19
        "active": False,
 
20
        "installable": True
 
21
}