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

« back to all changes in this revision

Viewing changes to answer_survey/__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:
18
18
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
#
20
20
##############################################################################
 
21
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
21
22
{
22
 
    'name' : 'Answer Survey',
23
 
    'version' : '0.1',
24
 
    'author' : 'Vauxoo',
25
 
    'category' : '',
26
 
    'description' : """
27
 
 
28
 
    """,
29
 
    'website': 'http://www.vauxoo.com',
30
 
    'images' : [],
31
 
    'depends' : [
32
 
        'survey',
33
 
        'web_bootstrap3',
34
 
        'portal_crm_vauxoo',
35
 
        'web_fontawesome',
36
 
    ],
37
 
    'data': [
38
 
            'security/groups_survey.xml',
39
 
            'wizard/survey_answer.xml',
40
 
            'view/answer_survey_menu.xml',
41
 
    ],
42
 
    'js': [
43
 
    ],
44
 
    'qweb' : [
45
 
    ],
46
 
    'css':[
47
 
        'static/src/css/survey.css',
48
 
    ],
49
 
    'demo': [
50
 
    ],
51
 
    'test': [
52
 
    ],
53
 
    'installable': True,
54
 
    'auto_install': False,
55
 
}
56
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
57
 
 
 
23
    "name": "Answer Survey", 
 
24
    "version": "0.1", 
 
25
    "author": "Vauxoo", 
 
26
    "category": "", 
 
27
    "description": """
 
28
 
 
29
    """, 
 
30
    "website": "http://www.vauxoo.com", 
 
31
    "license": "", 
 
32
    "depends": [
 
33
        "survey", 
 
34
        "web_bootstrap3", 
 
35
        "portal_crm_vauxoo", 
 
36
        "web_fontawesome"
 
37
    ], 
 
38
    "demo": [], 
 
39
    "data": [
 
40
        "security/groups_survey.xml", 
 
41
        "wizard/survey_answer.xml", 
 
42
        "view/answer_survey_menu.xml"
 
43
    ], 
 
44
    "test": [], 
 
45
    "js": [], 
 
46
    "css": [
 
47
        "static/src/css/survey.css"
 
48
    ], 
 
49
    "qweb": [], 
 
50
    "installable": True, 
 
51
    "auto_install": False, 
 
52
    "active": False
 
53
}
 
 
b'\\ No newline at end of file'