Update entity.py

This commit is contained in:
zainab2097 2024-07-30 11:51:21 +03:00 committed by GitHub
parent 5bf83d74b3
commit f42f580d6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Entity(models.Model):
_description = 'Transactions Contacts'
_order = 'name'
employee_id = fields.Many2one('hr.employee', string='Delivery Employee')
employee_id = fields.Char(string='Delivery Employee')
company_name = fields.Char('Delivery Company')
def _normalize_arabic_text(self, text):
translation_map = str.maketrans({