Skip to content

Latest commit

 

History

History
 
 

mobile_kiosk_abstract

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Mobile Kiosk Abstract

Beta License: AGPL-3 grap/grap-odoo-incubator

This module is a technical module that adds tools to write mobile applications like mobile_kiosk_purchase or mobile_kiosk_inventory modules, present in the same repository.

The name "kiosk" is based on full screen technology used in Odoo Core for some application like in hr_attendance module, with the kiosk mode.

Visually, it adds a new main menu named "Mobile Apps".

https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_abstract/static/description/main_menu.png

Table of contents

  • Technically, this module add a new mixin mobile.kiosk.abstract that can be inherited to develop new mobile application.
  • It also adds a light javascript and CSS framework for the same purpose
  • it provides a new widget named "pad_widget", used to enter a numeric value.
https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_abstract/static/description/pad_widget.png
  • For the time being, if the user click on refresh the page, he will use the context, and so has to do again the current action. It is due to a current Odoo limitation in the web framework.
https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_abstract/static/description/context_lost_message.png

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • GRAP

Current maintainer:

legalsylvain

This module is part of the grap/grap-odoo-incubator project on GitHub.

You are welcome to contribute.