[ADD] point_of_sale: web client section to the descriptor keys, to describe static...
authorXavier Morel <xmo@openerp.com>
Tue, 18 Oct 2011 14:17:44 +0000 (16:17 +0200)
committerXavier Morel <xmo@openerp.com>
Tue, 18 Oct 2011 14:17:44 +0000 (16:17 +0200)
bzr revid: xmo@openerp.com-20111018141744-kvvspjhd28xd96sz

addons/point_of_sale/__openerp__.py
addons/point_of_sale/static/src/js/pos.js

index 1f6a808..b619f7e 100644 (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:
index 6100158..0347447 100644 (file)
@@ -1,6 +1,3 @@
-
-openerp.point_of_sale = {};
-
 openerp.point_of_sale = function(db) {
     db.point_of_sale = {};