Houssine BAKKALI
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
beesdoo_pos_remove_0_qty/__openerp__.py
|
@ -9,6 +9,10 @@ |
|
|
'category': 'Custom', |
|
|
'category': 'Custom', |
|
|
'summary': 'Remove pos order line with quantity set to 0', |
|
|
'summary': 'Remove pos order line with quantity set to 0', |
|
|
'description': """ |
|
|
'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', |
|
|
'author': 'BEES coop - Houssine BAKKALI', |
|
|
'website': 'http://www.bees-coop.be', |
|
|
'website': 'http://www.bees-coop.be', |
|
|