summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/users.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-11-06 08:50:31 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-11-06 08:50:31 +0700
commitb3e90d317b993b23c549fc985231a59df9f8c352 (patch)
tree4d272d80e930a735248a35a63594d88092c47952 /indoteknik_custom/models/users.py
parentefa51f6b1c5254996db90a90468241da303a7e21 (diff)
parentf8fcf079afbe107ed8bda3e6e832b58786d2a42a (diff)
Merge branch 'production' into commision-window
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 b90c0097..2ff9933e 100644
--- a/indoteknik_custom/models/users.py
+++ b/indoteknik_custom/models/users.py
@@ -11,6 +11,7 @@ class Users(models.Model):
is_accounting = fields.Boolean(string='Accounting', help='Berhak Approval Internal Use')
is_logistic_approver = fields.Boolean(string='Logistic Approver', help='Berhak Approval Penerimaan Barang')
is_editor_product = fields.Boolean(string='Editor Product', help='Berhak Mengedit Data Product')
+ is_admin_reconcile = fields.Boolean(string='Admin Reconcile', help='Berhak Mengedit Journal Reconcile')
def notify_internal_users(self, message, title):
users = self.search([('share', '=', False)])