diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 16:47:24 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 16:47:24 +0700 |
| commit | 6c5d45e9062c6d5b2c3c3070a3d4eaead923c101 (patch) | |
| tree | 83e721832fddfcf2a66d58568aef66da7dc951e8 /indoteknik_custom/models | |
| parent | 3f8fd250ee63ad4db48d45284f055bda641fec08 (diff) | |
<iman> delete user company name
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/users.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/users.py b/indoteknik_custom/models/users.py index 981d787f..d95b56e7 100644 --- a/indoteknik_custom/models/users.py +++ b/indoteknik_custom/models/users.py @@ -14,7 +14,6 @@ class Users(models.Model): is_admin_reconcile = fields.Boolean(string='Admin Reconcile', help='Berhak Mengedit Journal Reconcile') is_inbound = fields.Boolean(string='Operator Inbound') is_outbound = fields.Boolean(string='Operator Outbound') - user_company_name = fields.Char(string="User Company Name") def notify_internal_users(self, message, title): users = self.search([('share', '=', False)]) |
