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

« back to all changes in this revision

Viewing changes to project_complete_name/__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
 
 
 
26
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
27
27
{
28
 
    "name": "Project Complete Name",
29
 
    "version": "1.1",
30
 
    "author" : "Vauxoo",
31
 
    "website" : "http://www.vauxoo.com/",
 
28
    "name": "Project Complete Name", 
 
29
    "version": "1.1", 
 
30
    "author": "Vauxoo", 
 
31
    "category": "", 
32
32
    "description": """ search by complete_name in model Project
33
 
    """,
34
 
    'depends': ['project'],
35
 
    'init_xml': [],
36
 
    'update_xml': [
37
 
        'project_view.xml',
38
 
        'security/project_security.xml'
39
 
        ],
40
 
    'demo_xml': [],
41
 
    'test': [],
42
 
    'installable': True,
43
 
    'active': False,
44
 
}
45
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
33
    """, 
 
34
    "website": "http://www.vauxoo.com/", 
 
35
    "license": "", 
 
36
    "depends": [
 
37
        "project"
 
38
    ], 
 
39
    "demo": [], 
 
40
    "data": [
 
41
        "project_view.xml", 
 
42
        "security/project_security.xml"
 
43
    ], 
 
44
    "test": [], 
 
45
    "js": [], 
 
46
    "css": [], 
 
47
    "qweb": [], 
 
48
    "installable": True, 
 
49
    "auto_install": False, 
 
50
    "active": False
 
51
}
 
 
b'\\ No newline at end of file'