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.

40 lines
1019 B

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