Skip to Content
Menu
This question has been flagged
2 Replies
4320 Views

For each line item on a sales order, we need to be able to give a "Dock Date" which is the date the item will be delivered.


How do I specify this in Odoo?

Avatar
Discard
Best Answer

If you don't need any notifications triggered or anything simply create a new field with type date and include it the sale.order.line form. 

Also include this field in your report in case you want it to show there. 

If you need notifications or any kind of action or automation than a module development is suggested. 

Avatar
Discard
Author Best Answer

I found this


https://apps.openerp.com/apps/modules/8.0/sale_order_line_dates/


And adapted it to 9.0

Avatar
Discard