Skip to content

Commit

Permalink
[FIX] help of delay field to correctly display it
Browse files Browse the repository at this point in the history
  • Loading branch information
tafaRU committed Apr 24, 2014
1 parent 81d5209 commit 26d5099
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions product_by_supplier/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ def _product_available(
string="Forecasted Quantity"),
'delay': fields.integer(
'Delivery Lead Time', required=True, group_operator="avg",
help="""
Lead time in days between the confirmation of the purchase order
and the reception of the products in your warehouse. Used by the
scheduler for automatic computation of the purchase order planning
"""
help="Lead time in days between the confirmation of the"
" purchase order and the reception of the products in your"
" warehouse. Used by the scheduler for automatic computation of"
" the purchase order planning."
),
}

Expand Down

0 comments on commit 26d5099

Please sign in to comment.