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.

21 lines
823 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": """This module adds the eaters of the customer to the POS
  11. ActionpadWidget and PaymentScreenWidget.""",
  12. "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs",
  13. "website": "https://github.com/beescoop/Obeesdoo",
  14. "category": "Point Of Sale",
  15. "version": "12.0.1.0.0",
  16. "depends": ["beesdoo_base", "beesdoo_product"],
  17. "data": ["views/beesdoo_pos.xml", "data/default_barcode_pattern.xml"],
  18. "qweb": ["static/src/xml/templates.xml"],
  19. "installable": True,
  20. "license": "AGPL-3",
  21. }