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.

30 lines
786 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "beesdoo_inventory",
  4. 'summary': """
  5. Modification of inventory data for the needs of beescoop
  6. - SOO24 - Bon de livraison""",
  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': ['delivery', 'beesdoo_base'],
  18. # always loaded
  19. 'data': [
  20. 'views/stock.xml' ],
  21. # only loaded in demonstration mode
  22. 'demo': [],
  23. }