Skip to content

Commit

Permalink
[IMP] Display time calculation according to the selected period.
Browse files Browse the repository at this point in the history
  • Loading branch information
edescalona committed Jan 17, 2025
1 parent 666aef0 commit 74e1ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rental_pricelist/models/sale_order_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,4 @@ def _onchange_start_end_date(self):
if self.start_date and self.end_date:
number = self._get_number_of_time_unit()
self.number_of_time_unit = number
self.product_uom_qty = number

0 comments on commit 74e1ece

Please sign in to comment.