[IMP] restaurant: a module that extends the point of sale with restaurant features
authorFrederic van der Essen <fva@openerp.com / fvdessen+o@gmail.com>
Mon, 28 Jul 2014 11:28:39 +0000 (13:28 +0200)
committerFrederic van der Essen <fva@openerp.com / fvdessen+o@gmail.com>
Tue, 5 Aug 2014 12:09:48 +0000 (14:09 +0200)
commit09bf85ae0226b63578feeaaaf09510ee548cfabd
tree147f6ca1420876e8482a422dc268eeff684b6a36
parentbfd66f351bcf32a58f6d0b58f9ddaf081ebaf3cf
[IMP] restaurant: a module that extends the point of sale with restaurant features
14 files changed:
addons/restaurant/__init__.py [new file with mode: 0644]
addons/restaurant/__openerp__.py [new file with mode: 0644]
addons/restaurant/restaurant.py [new file with mode: 0644]
addons/restaurant/restaurant_view.xml [new file with mode: 0644]
addons/restaurant/security/ir.model.access.csv [new file with mode: 0644]
addons/restaurant/static/src/css/restaurant.css [new file with mode: 0644]
addons/restaurant/static/src/js/main.js [new file with mode: 0644]
addons/restaurant/static/src/js/multiprint.js [new file with mode: 0644]
addons/restaurant/static/src/js/printbill.js [new file with mode: 0644]
addons/restaurant/static/src/js/splitbill.js [new file with mode: 0644]
addons/restaurant/static/src/xml/multiprint.xml [new file with mode: 0644]
addons/restaurant/static/src/xml/printbill.xml [new file with mode: 0644]
addons/restaurant/static/src/xml/splitbill.xml [new file with mode: 0644]
addons/restaurant/views/templates.xml [new file with mode: 0644]