~vauxoo/addons-vauxoo/7.0-pylint-luist

« back to all changes in this revision

Viewing changes to mrp_jit_extended/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 08:22:36 UTC
  • mfrom: (1142.3.1 7.0)
  • Revision ID: moylop260@vauxoo.com-20141003082236-v5l103t231shbfog
[MERGE] Set standard in all __openerp__.py files

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
24
#
25
25
##############################################################################
26
 
 
27
26
{
28
 
    "name": "MRP JIT extended",
29
 
    "version": "1.0",
30
 
    "author" : "Vauxoo",
31
 
    "category": "Generic Modules",
32
 
    "website" : "http://www.vauxoo.com/",
 
27
    "name": "MRP JIT extended", 
 
28
    "version": "1.0", 
 
29
    "author": "Vauxoo", 
 
30
    "category": "Generic Modules", 
33
31
    "description": """This module uses a wizard to merge an run the procurements
34
32
    of the selected manufacturing orders (creating new manufacturing orders) to make a recursive supply
35
33
    of the parent orders.
36
34
    To apply patches needed use the command:
37
35
    patch -b "procurement/procurement.py" "procurement.py.patch"
38
36
    patch -b "mrp/mrp.py" "mrp.py.patch"
39
 
    """,
40
 
    'depends': ['procurement_order_merge', 'mrp_subproduction', 'procurement_location'],
41
 
    'init_xml': [],
42
 
    'update_xml': [
43
 
    'wizard/mrp_jit_extended_wizard_view.xml'
44
 
    ],
45
 
    'demo_xml': [],
46
 
    'test': [],
47
 
    'installable': True,
48
 
    'active': False,
49
 
 
50
 
}
 
37
    """, 
 
38
    "website": "http://www.vauxoo.com/", 
 
39
    "license": "", 
 
40
    "depends": [
 
41
        "procurement_order_merge", 
 
42
        "mrp_subproduction", 
 
43
        "procurement_location"
 
44
    ], 
 
45
    "demo": [], 
 
46
    "data": [
 
47
        "wizard/mrp_jit_extended_wizard_view.xml"
 
48
    ], 
 
49
    "test": [], 
 
50
    "js": [], 
 
51
    "css": [], 
 
52
    "qweb": [], 
 
53
    "installable": True, 
 
54
    "auto_install": False, 
 
55
    "active": False
 
56
}
 
 
b'\\ No newline at end of file'