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

« back to all changes in this revision

Viewing changes to mrp_production_wizard/__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": "MPR Production Wizard",
29
 
    "version": "1.0",
30
 
    "author" : "Vauxoo",
31
 
    "category": "Generic Modules/Production",
32
 
    "website" : "http://www.vauxoo.com/",
 
27
    "name": "MPR Production Wizard", 
 
28
    "version": "1.0", 
 
29
    "author": "Vauxoo", 
 
30
    "category": "Generic Modules/Production", 
33
31
    "description": """ Add wizard to create a new production order of the
34
32
    selected product in draft state, with the qty added of the selected
35
33
    products. from the stock_picking model
36
 
    """,
37
 
    'depends': ['mrp_default_location',
38
 
                'mrp_pt_planified'],
39
 
    'init_xml': [],
40
 
    'update_xml': [
41
 
        'mrp_view.xml',
42
 
        ],
43
 
    'demo_xml': [],
44
 
    'test': [],
45
 
    'installable': True,
46
 
    'active': False,
47
 
}
 
34
    """, 
 
35
    "website": "http://www.vauxoo.com/", 
 
36
    "license": "", 
 
37
    "depends": [
 
38
        "mrp_default_location", 
 
39
        "mrp_pt_planified"
 
40
    ], 
 
41
    "demo": [], 
 
42
    "data": [
 
43
        "mrp_view.xml"
 
44
    ], 
 
45
    "test": [], 
 
46
    "js": [], 
 
47
    "css": [], 
 
48
    "qweb": [], 
 
49
    "installable": True, 
 
50
    "auto_install": False, 
 
51
    "active": False
 
52
}
 
 
b'\\ No newline at end of file'