This question has been flagged
1 Reply
5596 Views

Looking at the Procurement Exceptions List view i can see some records have RED colored text, some black. I know this is because they are late or overdue for delivery to the customer. We back to back many items and our suppliers have an average time for delivery of 3 days. I'd like to see the colour change after 7 days as this would truley be late !

Where do we edit the value that controls the color change ?

 

 

Avatar
Discard
Best Answer

Procurment orders are in red when date_planned>current_date and state='exception' 

see: addons/procurement/procurement_view.xml ->  id=procurement_tree_view
(for v7.9 it is in line 9, and board in line 31)

So change your customer lead time from 3 to 7 days on products form,
and it will make date_planned 7 days ( no harm if it comes earlier) 

hope it helps..

Avatar
Discard