[ADD] point_of_sale: web client section to the descriptor keys, to describe static files to load

bzr revid: xmo@openerp.com-20111018141744-kvvspjhd28xd96sz
This commit is contained in:
Xavier Morel 2011-10-18 16:17:44 +02:00
parent 0ed8e29753
commit 1fc53113a4
2 changed files with 3 additions and 3 deletions

View File

@ -80,5 +80,8 @@ Main features :
],
'installable': True,
'certificate' : '001156338024966477869',
# Web client
'js': ['static/lib/backbone/backbone-0.5.3.js', 'static/src/js/pos.js'],
'css': ['static/src/css/pos.css']
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,6 +1,3 @@
openerp.point_of_sale = {};
openerp.point_of_sale = function(db) {
db.point_of_sale = {};