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

  1. # -*- encoding: utf-8 -*-
  2. {
  3. "name": "Product - Stock Coverage",
  4. "version": "9.0.1",
  5. "category": "Product",
  6. "description": """
  7. Shows figures in the product form related to stock coverage
  8. There are settings in Inventory/settings to define the calculation range and
  9. the display range.
  10. """,
  11. "author": "coop it easy",
  12. "website": "coopiteasy.be",
  13. "license": "AGPL-3",
  14. "depends": ["product", "purchase", "point_of_sale", "stock"],
  15. "data": ["views/product_template_view.xml", "data/cron.xml"],
  16. }