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
775 B

  1. {
  2. 'name': "Beesdoo Inventory",
  3. 'summary': """
  4. Adds a responsible, a max shipping date and a button to copy quantity to
  5. stock pickings.""",
  6. 'description': """
  7. """,
  8. 'author': "Beescoop - Cellule IT",
  9. 'website': "https://github.com/beescoop/Obeesdoo",
  10. # Categories can be used to filter modules in modules listing
  11. # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
  12. # for the full list
  13. 'category': 'Sales Management',
  14. 'version': '12.0.1.0.0',
  15. # any module necessary for this one to work correctly
  16. 'depends': ['delivery', 'beesdoo_base'],
  17. # always loaded
  18. 'data': [
  19. 'views/stock.xml' ],
  20. # only loaded in demonstration mode
  21. 'demo': [],
  22. }