diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-27 10:25:27 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-27 10:25:27 +0700 |
| commit | 149d3f03ffa0a99d032cb96fba711888d23f378c (patch) | |
| tree | 2f7d34390091522d712846d6e40e8e14edfa3451 | |
| parent | 245e4b2db91ec67fbc74703413551fb7864f9b8b (diff) | |
<MIqdad> glen can post invoice
| -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 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: |
