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.

34 lines
1013 B

  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. 'description': """
  14. """,
  15. 'author': "Beescoop - Cellule IT",
  16. 'website': "https://github.com/beescoop/Obeesdoo",
  17. 'category': 'Sales',
  18. 'version': '12.0.1.0.0',
  19. 'depends': ['beesdoo_base', 'product', 'sale', 'point_of_sale', 'pos_price_to_weight'],
  20. 'data': [
  21. 'data/product_label.xml',
  22. 'data/barcode_rule.xml',
  23. 'data/product_sequence.xml',
  24. 'views/beesdoo_product.xml',
  25. 'wizard/views/label_printing_utils.xml',
  26. 'security/ir.model.access.csv',
  27. ],
  28. 'installable': True,
  29. }