Modification : gère point_of_sale.patch dans ce module.
authorJulien Moutinho <julm+burette@autogeree.net>
Wed, 8 May 2013 22:20:59 +0000 (00:20 +0200)
committerJulien Moutinho <julm+burette@autogeree.net>
Thu, 9 May 2013 00:41:53 +0000 (02:41 +0200)
commit4aab88f5f023e35aaafc6fe5e80b9e7b3f2db5dd
treeb0b2d654fef7e4451e025f6d34c27f958e402427
parent1355dfbc5b5f8a4270b0f8f0e1e5171c51196e4e
Modification : gère point_of_sale.patch dans ce module.
51 files changed:
__init__.py
__openerp__.py
controllers/__init__.py [new file with mode: 0644]
controllers/main.py [new file with mode: 0644]
point_of_sale.patch [deleted file]
pos_membership.py
static/src/css/pos.css [new file with mode: 0644]
static/src/css/pos_nohover.css [new file with mode: 0644]
static/src/img/backspace.png [new file with mode: 0644]
static/src/img/bancontact.png [new file with mode: 0644]
static/src/img/barcode.png [new file with mode: 0644]
static/src/img/bc-arrow.png [new file with mode: 0644]
static/src/img/bg.png [new file with mode: 0644]
static/src/img/default_category_photo.png [new file with mode: 0644]
static/src/img/grid-purple.png [new file with mode: 0644]
static/src/img/grid.png [new file with mode: 0644]
static/src/img/gtk-no.png [new file with mode: 0644]
static/src/img/gtk-yes.png [new file with mode: 0644]
static/src/img/headerbackground.jpg [new file with mode: 0644]
static/src/img/home.png [new file with mode: 0644]
static/src/img/icon.png [new file with mode: 0644]
static/src/img/icons/bancontact.svg [new file with mode: 0644]
static/src/img/icons/png48/face-monkey.png [new file with mode: 0644]
static/src/img/icons/png48/go-next.png [new file with mode: 0644]
static/src/img/icons/png48/go-previous.png [new file with mode: 0644]
static/src/img/icons/png48/help.png [new file with mode: 0644]
static/src/img/icons/png48/printer.png [new file with mode: 0644]
static/src/img/icons/png48/scale.png [new file with mode: 0644]
static/src/img/icons/png48/shut-down.png [new file with mode: 0644]
static/src/img/icons/png48/system-log-out.png [new file with mode: 0644]
static/src/img/icons/png48/validate.png [new file with mode: 0644]
static/src/img/icons/printer.svg [new file with mode: 0644]
static/src/img/icons/scale.svg [new file with mode: 0644]
static/src/img/icons/scan.svg [new file with mode: 0644]
static/src/img/icons/validate.svg [new file with mode: 0644]
static/src/img/logo.png [new file with mode: 0644]
static/src/img/pos_screenshot.jpg [new file with mode: 0644]
static/src/img/scale.png [new file with mode: 0644]
static/src/img/scan.png [new file with mode: 0644]
static/src/img/search.png [new file with mode: 0644]
static/src/img/search_reset.gif [new file with mode: 0644]
static/src/img/steps-arrow.png [new file with mode: 0644]
static/src/img/steps-bg.png [new file with mode: 0644]
static/src/img/validate-icon.png [new file with mode: 0644]
static/src/js/db.js [new file with mode: 0644]
static/src/js/main.js [new file with mode: 0644]
static/src/js/models.js [new file with mode: 0644]
static/src/js/screens.js [new file with mode: 0644]
static/src/js/widgets.js [new file with mode: 0644]
static/src/xml/pos.xml [new file with mode: 0644]
static/src/xml/pos_membership.xml [deleted file]