← Back to team overview

openerp-expert-production team mailing list archive

Re: expected procurement date

 

On 20/04/10 12:07, Davide Corio wrote:
> Hi *,
> a customer asked us to provide them the possibility to specify, for
> every sigle sale order line, the date when the goods should be sent to
> their final customers.
> 
> This feature is included in every ERP and considered very basic.
> Regarding OpenERP, i found the sale_delivery addon, which seems to do
> what they want, but i'd like to know if someone is already working on a
> better and more comprehensible addon

I'm not sure why you actually need an additional module for this?
Until the sale.order is confirmed, the actual delivery date per line is
a moving thing, which is computed as:
   s.o date + s.o.l. customer lead time + company safety lead time

As soon as the s.o is confirmed, the picking is created and the planned
date is set on the corresponding move line in the picking to that
calculated date, so you can actually see it there.

Or am I missing something in your question?


-- 
Olivier Dony



Follow ups

References