[IMP] point_of_sale: initial commit for the fullscreen mode.
authorFrederic van der Essen <fva@openerp.com / fvdessen+o@gmail.com>
Thu, 17 Jul 2014 13:03:31 +0000 (15:03 +0200)
committerFrederic van der Essen <fva@openerp.com / fvdessen+o@gmail.com>
Thu, 17 Jul 2014 13:03:31 +0000 (15:03 +0200)
commit0040a9f2df6637705d7e4a77b356e5f21874ac2d
tree41f8230568a9cf04ead71e3f3a8b584f71bc6a57
parent06e983d4df53295c970f4c97b824f8a8aee53a2b
[IMP] point_of_sale: initial commit for the fullscreen mode.
The fullscreen option will detect if the pos is displayed in fullscreen
and if not will tell the user how to set it up for fullscreen, or propose
to go fullscreen with the HTML5 Built-in API.

The HTML5 API requires a click from the user to allow fullscreen, so the
popup will pop everytime unless the user has setup kiosk-mode or native
application emulation which makes the app start in real fullscreen.
addons/point_of_sale/point_of_sale.py
addons/point_of_sale/point_of_sale_view.xml
addons/point_of_sale/static/src/css/pos.css
addons/point_of_sale/static/src/img/ios-share-icon.png [new file with mode: 0644]
addons/point_of_sale/static/src/js/screens.js
addons/point_of_sale/static/src/js/widgets.js
addons/point_of_sale/static/src/xml/pos.xml