Browse Source
Merge pull request #31 from beescoop/9.0-make-runbot-green
[FIX] pos_remove_0_qty: Add missing description
pull/32/head
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
6 additions and
0 deletions
-
beesdoo_pos_remove_0_qty/__openerp__.py
|
|
@ -8,6 +8,12 @@ |
|
|
|
'version': '9.0.1.0.0', |
|
|
|
'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', |
|
|
|
'depends': [ |
|
|
|