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

4 years ago
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. # - Vincent Van Rossem <vincent@coopiteasy.be>
  5. # - Elise Dupont
  6. # - Thibault François
  7. # - Grégoire Leeuwerck
  8. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  9. {
  10. "name": "Beescoop Point of sale",
  11. "summary": """This module adds the eaters of the customer to the POS
  12. ActionpadWidget and PaymentScreenWidget.""",
  13. "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs",
  14. "website": "https://github.com/beescoop/Obeesdoo",
  15. "category": "Point Of Sale",
  16. "version": "12.0.1.1.0",
  17. "depends": ["beesdoo_base", "beesdoo_product"],
  18. "data": ["views/beesdoo_pos.xml", "data/default_barcode_pattern.xml"],
  19. "qweb": ["static/src/xml/templates.xml"],
  20. "installable": True,
  21. "license": "AGPL-3",
  22. }