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.

19 lines
600 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2019 Coop IT Easy SCRLfs
  3. # Rémy Taymans <remy@coopiteasy.be>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Portal Website POS order amount",
  7. "summary": """
  8. Show the total amount of pos order in the website portal.
  9. """,
  10. "description": """
  11. """,
  12. "author": "Coop IT Easy SCRLfs",
  13. "license": "AGPL-3",
  14. "version": "9.0.1.0",
  15. "website": "https://github.com/beescoop/Obeesdoo",
  16. "category": "Website",
  17. "depends": ["website_portal_v10"],
  18. "data": ["templates/portal_posorder_amount.xml"],
  19. }