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.

27 lines
666 B

  1. # Copyright 2017 - 2020 BEES coop SCRLfs
  2. # - Augustin Borsu
  3. # - Elise Dupont
  4. # - Thibault François
  5. # - Jean-Marc François
  6. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  7. {
  8. 'name': "Beesdoo Inventory",
  9. 'summary': """
  10. Adds a responsible, a max shipping date and a button to copy quantity to
  11. stock pickings.""",
  12. 'description': """
  13. """,
  14. 'author': "Beescoop - Cellule IT",
  15. 'website': "https://github.com/beescoop/Obeesdoo",
  16. 'category': 'Inventory',
  17. 'version': '12.0.1.0.0',
  18. 'depends': ['delivery', 'beesdoo_base'],
  19. 'data': [
  20. 'views/stock.xml'
  21. ],
  22. 'installable': True,
  23. }