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.

21 lines
546 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2019 Coop IT Easy SCRLfs
  3. # Nicolas Jamoulle, <nicolas@coopiteasy.be>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "BEES coop Stock",
  7. "version": "9.0.1.0",
  8. "depends": [
  9. 'stock',
  10. ],
  11. "author": "Coop IT Easy SCRLfs",
  12. "license": "AGPL-3",
  13. "website": "www.coopiteasy.be",
  14. "description": """
  15. Enable action on multiple products of a stock receipt
  16. """,
  17. "data": [
  18. 'views/stock_view.xml',
  19. ],
  20. 'installable': True,
  21. }