summaryrefslogtreecommitdiff
path: root/fixco_custom/models
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-02-27 10:25:27 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-02-27 10:25:27 +0700
commit149d3f03ffa0a99d032cb96fba711888d23f378c (patch)
tree2f7d34390091522d712846d6e40e8e14edfa3451 /fixco_custom/models
parent245e4b2db91ec67fbc74703413551fb7864f9b8b (diff)
<MIqdad> glen can post invoice
Diffstat (limited to 'fixco_custom/models')
-rw-r--r--fixco_custom/models/account_move.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/account_move.py b/fixco_custom/models/account_move.py
index f8a9073..519c8d5 100644
--- a/fixco_custom/models/account_move.py
+++ b/fixco_custom/models/account_move.py
@@ -309,7 +309,7 @@ class AccountMove(models.Model):
}
def action_post(self):
- if self.env.user.id not in [24, 13, 10, 2, 9, 15, 8, 22]:
+ if self.env.user.id not in [24, 13, 10, 2, 9, 15, 8, 22, 11]:
raise UserError('Hanya Accounting yang bisa Post')
for entry in self: