diff --git a/beesdoo_pos_remove_0_qty/__openerp__.py b/beesdoo_pos_remove_0_qty/__openerp__.py index 732567b..00b97c2 100644 --- a/beesdoo_pos_remove_0_qty/__openerp__.py +++ b/beesdoo_pos_remove_0_qty/__openerp__.py @@ -9,6 +9,10 @@ 'category': 'Custom', 'summary': 'Remove pos order line with quantity set to 0', 'description': """ + This module fix the issue on picking when there is two lines on + the pos order for the same product, with one of lines with a 0 quantity. + The lines at 0 are removed before the pos order is processed to avoid + such issue. """, 'author': 'BEES coop - Houssine BAKKALI', 'website': 'http://www.bees-coop.be',