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.

29 lines
1.0 KiB

4 years ago
4 years ago
4 years ago
  1. # Copyright 2017 - 2020 BEES coop SCRLfs
  2. # - Elouan Lebars <elouan@coopiteasy.be>
  3. # - Rémy Taymans <remy@coopiteasy.be>
  4. # - Houssine BAKKALI <houssine@coopiteasy.be>
  5. # - Elise Dupont
  6. # - Thibault François
  7. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  8. {
  9. "name": "beesdoo_product",
  10. "summary": """
  11. Modification of product module for the needs of beescoop
  12. - SOOO5 - Ajout de label bio/ethique/provenance""",
  13. "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs",
  14. "website": "https://github.com/beescoop/Obeesdoo",
  15. "category": "Sales",
  16. "version": "12.0.1.0.0",
  17. "depends": ["beesdoo_base", "product", "sale", "point_of_sale"],
  18. "data": [
  19. "data/product_label.xml",
  20. "data/barcode_rule.xml",
  21. "data/product_sequence.xml",
  22. "views/beesdoo_product.xml",
  23. "views/assets.xml",
  24. "wizard/views/label_printing_utils.xml",
  25. "security/ir.model.access.csv",
  26. ],
  27. "installable": True,
  28. "license": "AGPL-3",
  29. }