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.

43 lines
1.6 KiB

  1. # Copyright 2015 igallyamov <https://github.com/igallyamov>
  2. # Copyright 2016 ufaks <https://github.com/ufaks>
  3. # Copyright 2016-2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  4. # Copyright 2018 Ruslan Ronzhin <https://it-projects.info/team/rusllan>
  5. # Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/kolushovalexandr>
  6. # Copyright 2019 Anvar Kildebekov https://it-projects.info/team/fedoranvar>
  7. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
  8. {
  9. "name": """POS Keyboard""",
  10. "summary": """Module allows to use usual keyboard (not virtual one) in Point of Sale""",
  11. "category": "Point Of Sale",
  12. # "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version={ODOO_BRANCH}",
  13. "images": ["images/keyboard.png"],
  14. "version": "12.0.1.1.5",
  15. "application": False,
  16. "author": "IT-Projects LLC, Ivan Yelizariev",
  17. "support": "apps@itpp.dev",
  18. "website": "https://it-projects.info/team/yelizariev",
  19. "license": "LGPL-3",
  20. "price": 15.00,
  21. "currency": "EUR",
  22. "depends": ["point_of_sale"],
  23. "external_dependencies": {"python": [], "bin": []},
  24. "data": ["data.xml"],
  25. "demo": [],
  26. "qweb": [],
  27. "post_load": None,
  28. "pre_init_hook": None,
  29. "post_init_hook": None,
  30. "uninstall_hook": None,
  31. "auto_install": False,
  32. "installable": True,
  33. # "demo_title": "{MODULE_NAME}",
  34. # "demo_addons": [
  35. # ],
  36. # "demo_addons_hidden": [
  37. # ],
  38. # "demo_url": "DEMO-URL",
  39. # "demo_summary": "{SHORT_DESCRIPTION_OF_THE_MODULE}",
  40. # "demo_images": [
  41. # "images/MAIN_IMAGE",
  42. # ]
  43. }