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.

18 lines
584 B

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