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.

36 lines
1.0 KiB

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "beesdoo_product",
  4. 'summary': """
  5. Modification of product module for the needs of beescoop
  6. - SOOO5 - Ajout de label bio/ethique/provenance""",
  7. 'description': """
  8. """,
  9. 'author': "Beescoop - Cellule IT",
  10. 'website': "https://github.com/beescoop/Obeesdoo",
  11. # Categories can be used to filter modules in modules listing
  12. # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
  13. # for the full list
  14. 'category': 'Sales Management',
  15. 'version': '0.1',
  16. # any module necessary for this one to work correctly
  17. 'depends': ['beesdoo_base', 'product', 'point_of_sale','pos_price_to_weight'],
  18. # always loaded
  19. 'data': [
  20. 'data/product_label.xml',
  21. 'data/barcode_rule.xml',
  22. 'data/product_sequence.xml',
  23. 'views/beesdoo_product.xml',
  24. 'wizard/views/label_printing_utils.xml',
  25. 'security/ir.model.access.csv',
  26. ],
  27. # only loaded in demonstration mode
  28. 'demo': [],
  29. }