From 69d1aba2d4da72667bd2a43fa35e591a2caadba5 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Thu, 15 Jan 2026 10:04:50 +0700 Subject: add pak boi --- fixco_custom/models/account_move.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixco_custom') diff --git a/fixco_custom/models/account_move.py b/fixco_custom/models/account_move.py index a0de6bb..2346fec 100644 --- a/fixco_custom/models/account_move.py +++ b/fixco_custom/models/account_move.py @@ -278,7 +278,7 @@ class AccountMove(models.Model): } def action_post(self): - if self.env.user.id not in [24, 13, 10, 2, 9, 15, 8]: + if self.env.user.id not in [24, 13, 10, 2, 9, 15, 8, 22]: raise UserError('Hanya Accounting yang bisa Post') res = super(AccountMove, self).action_post() for entry in self: -- cgit v1.2.3