Update entity.py
This commit is contained in:
parent
5bf83d74b3
commit
f42f580d6c
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue