summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-20 16:47:24 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-20 16:47:24 +0700
commit6c5d45e9062c6d5b2c3c3070a3d4eaead923c101 (patch)
tree83e721832fddfcf2a66d58568aef66da7dc951e8 /indoteknik_custom/models
parent3f8fd250ee63ad4db48d45284f055bda641fec08 (diff)
<iman> delete user company name
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/users.py1
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)])