Skip to content

Commit

Permalink
[FIX] chane date_expeted from V13 to date_deadline V14
Browse files Browse the repository at this point in the history
  • Loading branch information
cor9003 committed Feb 17, 2021
1 parent 7000b87 commit f9e751a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_order_line_date/models/sale_order_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ def _prepare_procurement_values(self, group_id=False):
vals = super(SaleOrderLine, self)._prepare_procurement_values(group_id)
# has ensure_one already
if self.commitment_date:
vals.update({"date_planned": self.commitment_date})
vals.update({"date_deadline": self.commitment_date})
return vals

0 comments on commit f9e751a

Please sign in to comment.