[REM] Removed js and css manifest keys from base

bzr revid: fme@openerp.com-20140424165659-qzhryvgp8vmo1ssd
This commit is contained in:
Fabien Meghazi 2014-04-24 18:56:59 +02:00
parent 8370d3f60e
commit 75408134f9
1 changed files with 0 additions and 4 deletions

View File

@ -99,9 +99,5 @@ The kernel of OpenERP, needed for all installation.
],
'installable': True,
'auto_install': True,
'css': ['static/src/css/modules.css'],
'js': [
'static/src/js/apps.js',
],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: