Update internal_transaction.py

This commit is contained in:
zainab2097 2024-07-15 06:55:46 +03:00 committed by GitHub
parent ae736f27bf
commit d0acf3f345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class InternalTransaction(models.Model):
trace_ids = fields.One2many('cm.transaction.trace', 'internal_transaction_id', string='Trace Log')
type_sender = fields.Selection(
string='',
selection=[('unit', 'Unit'),
selection=[('unit', 'Department'),
('employee', 'Employee'),
],
required=False, default='unit')