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.

36 lines
1.0 KiB

  1. # Copyright 2004-2010 OpenERP SA
  2. # Copyright 2017 RGB Consulting S.L. (https://www.rgbconsulting.com)
  3. # Copyright 2018 Lambda IS DOOEL <https://www.lambda-is.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Loyalty Program',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Point of Sale',
  9. 'license': 'AGPL-3',
  10. 'author': "OpenERP SA, "
  11. "RGB Consulting SL, "
  12. "Lambda IS, "
  13. "Odoo Community Association (OCA)",
  14. 'website': "https://odoo-community.org/",
  15. 'depends': ['point_of_sale'],
  16. 'demo': [
  17. 'demo/templates.xml',
  18. ],
  19. 'data': [
  20. 'security/ir.model.access.csv',
  21. 'views/templates.xml',
  22. 'views/loyalty_program_view.xml',
  23. 'views/loyalty_reward_view.xml',
  24. 'views/loyalty_rule_view.xml',
  25. 'views/pos_config_view.xml',
  26. 'views/pos_order_view.xml',
  27. 'views/res_partner_view.xml',
  28. ],
  29. 'qweb': [
  30. 'static/src/xml/pos.xml',
  31. ],
  32. 'installable': True,
  33. }