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.

54 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. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
  7. {
  8. "name": """Keyboard support in Point Of Sale""",
  9. "summary": """Module allows to use usual keyboard (not virtual one) in Point of Sale""",
  10. "category": "Point Of Sale",
  11. # "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version={ODOO_BRANCH}",
  12. "images": ['images/keyboard.png'],
  13. "version": "11.0.1.1.3",
  14. "application": False,
  15. "author": "IT-Projects LLC, Ivan Yelizariev",
  16. "support": "apps@it-projects.info",
  17. "website": "https://it-projects.info/team/yelizariev",
  18. "license": "LGPL-3",
  19. "price": 15.00,
  20. "currency": "EUR",
  21. "depends": [
  22. "point_of_sale",
  23. ],
  24. "external_dependencies": {"python": [], "bin": []},
  25. "data": [
  26. "data.xml"
  27. ],
  28. "demo": [
  29. ],
  30. "qweb": [
  31. ],
  32. "post_load": None,
  33. "pre_init_hook": None,
  34. "post_init_hook": None,
  35. "uninstall_hook": None,
  36. "auto_install": False,
  37. "installable": True,
  38. # "demo_title": "{MODULE_NAME}",
  39. # "demo_addons": [
  40. # ],
  41. # "demo_addons_hidden": [
  42. # ],
  43. # "demo_url": "DEMO-URL",
  44. # "demo_summary": "{SHORT_DESCRIPTION_OF_THE_MODULE}",
  45. # "demo_images": [
  46. # "images/MAIN_IMAGE",
  47. # ]
  48. }