Update rent_payment.py

This commit is contained in:
zainab2097 2024-09-03 13:52:47 +03:00 committed by GitHub
parent 9b829fb38d
commit 33cdf85d89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from dateutil.relativedelta import relativedelta
from odoo.tools import exception_to_unicode
from odoo import models, fields, api, exceptions, tools, _
from odoo.addons.property_management.models import amount_to_text_ar
from odoo.exceptions import UserError
from datetime import datetime, timedelta
class RentPayment(models.Model):