~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to mrp/__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" : "Manufacturing Resource Planning",
 
3
        "version" : "1.0",
 
4
        "author" : "Tiny",
 
5
        "website" : "http://tinyerp.com/module_mrp.html",
 
6
        "category" : "Generic Modules/Production",
 
7
        "depends" : ["stock", "hr", "purchase"],
 
8
        "description": "Manage the manufacturing process: procurement, scheduler computation, bill of materials, routings, procurements, production orders, workcenters, eso.",
 
9
        "init_xml" : [],
 
10
        "demo_xml" : ["mrp_demo.xml","mrp_order_point.xml"],
 
11
        "update_xml" : ["mrp_workflow.xml", "mrp_data.xml","mrp_view.xml", "mrp_wizard.xml", "mrp_report.xml"],
 
12
        "active": False,
 
13
        "installable": True
 
14
}