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.

24 lines
800 B

7 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2016-Today: BEES coop (<http://www.bees-coop.be/>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Beesdoo - Remove pos order line with quantity set to 0',
  6. 'version': '9.0.1.0.0',
  7. 'category': 'Custom',
  8. 'summary': 'Remove pos order line with quantity set to 0',
  9. 'description': """
  10. This module fix the issue on picking when there is two lines on
  11. the pos order for the same product, with one of lines with a 0 quantity.
  12. The lines at 0 are removed before the pos order is processed to avoid
  13. such issue.
  14. """,
  15. 'author': 'BEES coop - Houssine BAKKALI',
  16. 'website': 'http://www.bees-coop.be',
  17. 'depends': [
  18. 'point_of_sale',
  19. ],
  20. 'data': [],
  21. 'installable': True,
  22. }