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.

20 lines
525 B

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