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

« back to all changes in this revision

Viewing changes to mrp_webkit_report_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" : "MRP variation webkit report",
29
 
    "version" : "1.0",
30
 
    "author" : "Vauxoo",
31
 
    "category" : "Reporting",
32
 
    "description" : """This module adds a report of the variation on production orders of the selected product
33
 
    in the selected range of time""",
34
 
    "website" : "http://www.vauxoo.com/",
35
 
    "license" : "AGPL-3",
36
 
    "depends" : ["mrp", "report_webkit", "mrp_variation", "mrp_subproduction", "mrp_subproduct_pt_planified"],
37
 
    "data": [],
38
 
    "init_xml" : [],
39
 
    "demo_xml" : [],
40
 
    "update_xml" : ["data.xml",
41
 
        "mrp_webkit_report.xml",
42
 
        "wizard/wizard_report_variation.xml"],
43
 
    "installable" : False,
44
 
    "active" : False,
45
 
}
 
27
    "name": "MRP variation webkit report", 
 
28
    "version": "1.0", 
 
29
    "author": "Vauxoo", 
 
30
    "category": "Reporting", 
 
31
    "description": """This module adds a report of the variation on production orders of the selected product
 
32
    in the selected range of time""", 
 
33
    "website": "http://www.vauxoo.com/", 
 
34
    "license": "AGPL-3", 
 
35
    "depends": [
 
36
        "mrp", 
 
37
        "report_webkit", 
 
38
        "mrp_variation", 
 
39
        "mrp_subproduction", 
 
40
        "mrp_subproduct_pt_planified"
 
41
    ], 
 
42
    "demo": [], 
 
43
    "data": [
 
44
        "data.xml", 
 
45
        "mrp_webkit_report.xml", 
 
46
        "wizard/wizard_report_variation.xml"
 
47
    ], 
 
48
    "test": [], 
 
49
    "js": [], 
 
50
    "css": [], 
 
51
    "qweb": [], 
 
52
    "installable": False, 
 
53
    "auto_install": False, 
 
54
    "active": False
 
55
}
 
 
b'\\ No newline at end of file'