change the order of some fields and change the title of the sequence object
[odoo/odoo.git] / addons / mrp_jit / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name":"MRP JIT",
4     "version":"1.0",
5     "author":"Tiny",
6     "category":"Generic Modules/Production",
7     "description": """
8     This module allows Just In Time computation of all procurement.
9
10     If you install this module, you will not have to run the schedulers anymore.
11     Each document is computed in realtime. Note that this module can slow down your
12     system a little bit.
13
14     It may also increase your stock size because products are reserved as soon
15     as possible. In that case, you can not use priorities anymore on the different
16     pickings.
17     """,
18     "depends":["mrp","sale"],
19     "demo_xml":[],
20     "update_xml":["mrp_jit.xml"],
21     "active":False,
22     "installable":True,
23 }
24 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
25