~vauxoo/addons-vauxoo/7.0_test_hr_expense_dev_jorge

« back to all changes in this revision

Viewing changes to mrp_consume_produce/__openerp__.py

 
[MERGE] Merge to add
       [FIX] module description fix command name and explicit minimal configuration for use.
       [ADD] a new way to configure the module, more didactic.
       [CC] change a xpath replace for a xpath attributes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    "author" : "Vauxoo",
31
31
    "category": "Generic Modules/Production",
32
32
    "website" : "http://www.vauxoo.com/",
33
 
    "description": """ Add wizard to consume and produce.It will be necesary to apply the patch 
34
 
        patch/stock.patch located in this module ( useatch -b stock.py  stock.patch )
 
33
    "description": """
 
34
MRP Consume Produce
 
35
===================
 
36
 
 
37
Add wizard to consume and produce.
 
38
It will be necesary to apply the patch patch/stock.patch located in
 
39
this module over the stock module::
 
40
 
 
41
    # use this command
 
42
    patch -b stock.py  stock.patch
 
43
 
 
44
Also is necesary to configure some permissions to use the implemented wizard.
 
45
You have to options: Go to check some options at the user:
 
46
 
 
47
- ``Access Rights > Other > Mrp Consume``
 
48
- ``Access Rights > Other > Mrp Consume / Manager``
 
49
- ``Access Rights > Other > MRP / Button Consume-Produce``
 
50
 
 
51
Or go to the ``Settings > Configuration > Manufacturing > Manufacturing Order``
 
52
and active the ``Real Consume and Produce`` option plus selecting a user type.
35
53
    """,
36
54
    'depends': ['mrp'],
37
55
    'init_xml': [],
40
58
        'mrp_consume_produce_view.xml',
41
59
        'security/mrp_security.xml',
42
60
        'security/ir.model.access.csv',
 
61
        'res_config_view.xml',
43
62
        ],
44
63
    'demo_xml': [],
45
64
    'test': [],