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.

24 lines
730 B

  1. # Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
  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 - Quick Logout',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Point Of Sale',
  8. 'summary': 'Allow PoS user to logout quickly after user changed',
  9. 'license': 'AGPL-3',
  10. 'author': 'La Louve, Odoo Community Association (OCA)',
  11. 'website': 'http://www.lalouve.net',
  12. 'depends': [
  13. 'point_of_sale',
  14. ],
  15. 'data': [
  16. 'views/pos_config_view.xml',
  17. 'views/assets.xml',
  18. ],
  19. 'qweb': [
  20. 'static/src/xml/pos_quick_logout.xml',
  21. ],
  22. 'installable': True,
  23. }