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.

37 lines
934 B

  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. Long description of module's purpose
  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': [
  22. 'security/ir.model.access.csv',
  23. 'views/beesdoo_pos.xml',
  24. 'data/email.xml',
  25. 'data/default_barcode_pattern.xml',
  26. 'data/cron.xml',
  27. ],
  28. 'qweb': ['static/src/xml/templates.xml'],
  29. 'installable': True,
  30. }