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.

39 lines
913 B

  1. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  2. {
  3. "name": "Product Variant sequence",
  4. "version": "1.0.0",
  5. "summary": """
  6. This module adds a sequence for ordering product variants in tree view.
  7. """,
  8. "description": """
  9. TO WRITE
  10. """,
  11. "author": "RemiFr82",
  12. "contributors": "",
  13. "website": "https://remifr82.me",
  14. "license": "LGPL-3",
  15. "category": "Events",
  16. # "price": 0,
  17. # "currency": "EUR",
  18. "application": False,
  19. "installable": True,
  20. "auto_install": False,
  21. "pre_init_hook": "",
  22. "post_init_hook": "",
  23. "uninstall_hook": "",
  24. "excludes": [],
  25. "external_dependencies": [],
  26. "depends": [
  27. "product",
  28. ],
  29. "data": [
  30. "views/product_product.xml",
  31. ],
  32. "assets": {},
  33. "css": [],
  34. "images": [],
  35. "js": [],
  36. "test": [],
  37. "demo": [],
  38. "maintainer": "RemiFr82",
  39. }