You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
849 B

  1. # Copyright (C) 2015-Today GRAP (http://www.grap.coop)
  2. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Point Of Sale - Check Session State',
  6. 'summary': 'Check if the session state is still opened',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'author': 'GRAP, Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/pos',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'point_of_sale',
  14. ],
  15. 'data': [
  16. 'views/templates.xml',
  17. 'views/view_pos_config.xml',
  18. ],
  19. 'qweb': [
  20. 'static/src/xml/pos_check_session_state.xml',
  21. ],
  22. 'images': [
  23. 'static/description/error_message.png',
  24. 'static/description/pos_config_form.png',
  25. ],
  26. 'installable': True,
  27. }