Update membershib_level.py

This commit is contained in:
zainab2097 2024-08-08 16:58:54 +03:00 committed by GitHub
parent fb98b9ab14
commit 3cfc3b10ce
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,4 +1,4 @@
from odoo import models, fields,_
from odoo import models,api, fields,_
class MembershipLevel(models.Model):
_name = 'membership.level'