Update entity.py
This commit is contained in:
parent
f3cb424a49
commit
041a2cbf21
|
|
@ -16,8 +16,7 @@ class Entity(models.Model):
|
|||
_description = 'Transactions Contacts'
|
||||
_order = 'name'
|
||||
|
||||
employee_id = fields.Char(string='Delivery Employee')
|
||||
company_name = fields.Char('Delivery Company')
|
||||
|
||||
def _normalize_arabic_text(self, text):
|
||||
translation_map = str.maketrans({
|
||||
# Define a dictionary to replace different forms of characters
|
||||
|
|
|
|||
Loading…
Reference in New Issue