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.

17 lines
618 B

  1. # Copyright 2020 Coop IT Easy SCRL fs
  2. # Robin Keunen <robin@coopiteasy.be>
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Product - Stock Coverage",
  6. "version": "12.0.0.0.1",
  7. "category": "Product",
  8. "summary": "Compute estimated stock coverage based on product sales over "
  9. "a date range.",
  10. "author": "Coop IT Easy SCRLfs",
  11. "website": "https://www.coopiteasy.be",
  12. "license": "AGPL-3",
  13. "depends": ["point_of_sale", "sale_stock"],
  14. "data": ["views/product_template_view.xml", "data/cron.xml"],
  15. "installable": True,
  16. "application": False,
  17. }