fix depends

This commit is contained in:
mohammed-alkhazrji 2025-12-10 18:27:03 +03:00
parent 03242b7f1a
commit e4f89cc531
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
# -*- coding: utf-8 -*-
import base64
from odoo import api, fields, models, _
from odoo.exceptions import UserError
from hijri_converter import convert
import datetime
class Letters(models.Model):
_name = "letters.letters"
name = fields.Char(string="Name", tracking=True)