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.

16 lines
552 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. "author": "Coop IT Easy SCRLfs",
  10. "license": "AGPL-3",
  11. "version": "12.0.1.0.0",
  12. "website": "https://github.com/beescoop/Obeesdoo",
  13. "category": "Website",
  14. "depends": ["portal", "point_of_sale"],
  15. "data": ["templates/portal_posorder_amount.xml"],
  16. }