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.

22 lines
589 B

  1. # Copyright (C) 2019 by Lambda IS <https://www.lambda-is.com>
  2. {
  3. 'name': 'POS - Cashier login',
  4. 'category': 'Point Of Sale',
  5. 'author': 'Lambda IS, '
  6. 'Odoo Community Association (OCA)',
  7. 'website': 'https://odoo-community.org/',
  8. 'license': 'AGPL-3',
  9. 'summary': 'Require for cashier to sign in before each sale',
  10. 'version': '11.0.0.1.0',
  11. 'depends': [
  12. 'point_of_sale',
  13. ],
  14. 'data': [
  15. 'views/assets.xml',
  16. 'views/pos_config.xml',
  17. ],
  18. 'qweb': [
  19. 'static/src/xml/main.xml',
  20. ],
  21. 'installable': True,
  22. }