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
495 B

  1. {
  2. "name": "PoS Order Management Container",
  3. "summary": "Glue module for pos_order_mgmt and pos_container",
  4. "version": " 12.0.1.0.0",
  5. "category": "Point of sale",
  6. "website": "https://github.com/OCA/pos",
  7. "author": "Coop IT Easy SCRLfs",
  8. "license": "AGPL-3",
  9. "application": False,
  10. "installable": True,
  11. "depends": [
  12. "pos_order_mgmt",
  13. "pos_container",
  14. ],
  15. "data": [
  16. "templates/templates.xml",
  17. ],
  18. "auto_install": True,
  19. }