summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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: