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.

32 lines
1012 B

  1. # Copyright (C) 2020 - Today: GRAP (http://www.grap.coop)
  2. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Point Of Sale - Meal Voucher",
  6. "summary": "Handle meal vouchers in Point of Sale"
  7. " with eligible amount and max amount",
  8. "version": "12.0.1.0.1",
  9. "category": "Point of Sale",
  10. "author": "GRAP, Odoo Community Association (OCA)",
  11. "website": "http://www.github.com/OCA/pos",
  12. "license": "AGPL-3",
  13. "depends": [
  14. "point_of_sale",
  15. ],
  16. "data": [
  17. "data/barcode_rule.xml",
  18. "views/view_account_journal.xml",
  19. "views/view_pos_config.xml",
  20. "views/view_product_category.xml",
  21. "views/view_product_template.xml",
  22. "views/templates.xml",
  23. ],
  24. "qweb": [
  25. "static/src/xml/pos_meal_voucher.xml",
  26. ],
  27. "demo": [
  28. "demo/product_category.xml",
  29. "demo/product_product.xml",
  30. ],
  31. "installable": True,
  32. }