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.

33 lines
916 B

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