Update membership_cancel_request.py

This commit is contained in:
zainab2097 2024-08-14 16:07:20 +03:00 committed by GitHub
parent f797a9b295
commit bac2f6eaa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from odoo import models, fields, api,_
from odoo.exceptions import UserError, ValidationError
from datetime import datetime
class MembershipCancellationRequest(models.Model):
_name = 'membership.cancellation.request'
_description = 'Membership Cancellation Request'