~vauxoo/addons-vauxoo/7.0-add_project_followers_rule-dev-ernesto

« back to all changes in this revision

Viewing changes to portal_crm_vauxoo/__openerp__.py

  • Committer: Jose Morales
  • Date: 2014-03-02 19:47:58 UTC
  • mto: This revision was merged to the branch mainline in revision 973.
  • Revision ID: jose@vauxoo.com-20140302194758-cb5t80e9aaxlelfg

Added new module to add Widgets and customize the openerp views with Qweb extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                'portal_news',
47
47
                'web_captcha',
48
48
                'portal_hr_employees',
 
49
                'vauxoo_widgets',
49
50
                ],
50
51
    'data': [
51
52
        'view/contact_view.xml',
56
57
    'installable': True,
57
58
    'auto_install': False,
58
59
    'css': [
59
 
        'static/src/css/portal_crm.css'
60
60
    ],
61
 
    'js': [ 'static/src/js/portal_crm.js' ],
62
 
    'qweb': [ 'static/src/xml/portal_crm.xml' ],
 
61
    'js': [],
 
62
    'qweb': [],
63
63
}
64
64
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: