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
873 B

4 years ago
4 years ago
4 years ago
  1. # Copyright 2017 - 2020 BEES coop SCRLfs
  2. # - Elouan Lebars <elouan@coopiteasy.be>
  3. # - Rémy Taymans <remy@coopiteasy.be>
  4. # - Elise Dupont
  5. # - Thibault François
  6. # - Grégoire Leeuwerck
  7. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  8. {
  9. "name": "Beescoop Point of sale",
  10. "summary": """
  11. Module that extends the pos for the beescoop
  12. """,
  13. "description": """
  14. This module adds the eaters of the customer to the POS ActionpadWidget and PaymentScreenWidget.
  15. """,
  16. "author": "Beescoop - Cellule IT",
  17. "website": "https://github.com/beescoop/Obeesdoo",
  18. "category": "Point Of Sale",
  19. "version": "12.0.1.0.0",
  20. "depends": ["beesdoo_base", "beesdoo_product"],
  21. "data": ["views/beesdoo_pos.xml", "data/default_barcode_pattern.xml",],
  22. "qweb": ["static/src/xml/templates.xml"],
  23. "installable": True,
  24. }