diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-15 10:04:50 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-15 10:04:50 +0700 |
| commit | 69d1aba2d4da72667bd2a43fa35e591a2caadba5 (patch) | |
| tree | 3076af483e5b115b993f6a6b73b09dd266c420e6 | |
| parent | c5415d7d3b063af9375600896db308315f34c2a4 (diff) | |
<Miqdad> add pak boi
| -rw-r--r-- | fixco_custom/models/account_move.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
