Merge pull request #3748 from expsa/dev_odex25_donation

Dev odex25 donation
This commit is contained in:
abdurrahman-saber 2025-07-03 11:08:01 +03:00 committed by GitHub
commit f4cdc08c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ class SaleOrder(models.Model):
return False
return self.order_line.filtered(show_line)
class SaleOrderLine(models.Model):
_inherit = 'sale.order.line'
def _get_downpayment_state(self):
self.ensure_one()