summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/users.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-20 16:40:24 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-20 16:40:24 +0700
commit3f8fd250ee63ad4db48d45284f055bda641fec08 (patch)
tree7c0fd3fcbcf6ca8c168923363d021da221ffef06 /indoteknik_custom/models/users.py
parentcabac3c1d89beb6a86e58be820a06d85607c8313 (diff)
<iman> update new register user company namer
Diffstat (limited to 'indoteknik_custom/models/users.py')
-rw-r--r--indoteknik_custom/models/users.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/users.py b/indoteknik_custom/models/users.py
index d95b56e7..981d787f 100644
--- a/indoteknik_custom/models/users.py
+++ b/indoteknik_custom/models/users.py
@@ -14,6 +14,7 @@ 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)])