From 149d3f03ffa0a99d032cb96fba711888d23f378c Mon Sep 17 00:00:00 2001 From: Mqdd Date: Fri, 27 Feb 2026 10:25:27 +0700 Subject: glen can post invoice --- 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 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: -- cgit v1.2.3