This question has been flagged

Hello everyone, 


I am trying to show commitment date from sale order(module sale_order_line_date)

in the delivery date  but no luck so far.


According to module description(https://github.com/open-net-sarl/sale-workflow/tree/12.0-mig-sale_order_line_date/sale_order_line_date) commitment date should be propagated to stock moves.

When i try to edit view from from for delivery note adding  <field name="commitment_date" groups="sale.group_sale_order_dates"/> , i have an error: Field `commitment_date` does not exist

Maybe i am trying something wrong and do not understand propagation correctly.


anyone how know how to sort out this?


thanks in advance,

regards,

Noro

Avatar
Discard
Best Answer

Hello Noro

please check below module feature. May this will solve your problem. 

https://apps.odoo.com/apps/modules/13.0/eq_sale_delivery_date/

 

Avatar
Discard
Author

Hello, thanks for reply.

I am already using similar module sale_order_line_date and i believe it should propagate commitment date stock picking, but i cant figure out what I am missing