From ecc4356b7ac5ae14d4e86039589716fa76161230 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Mon, 13 Jan 2025 15:59:21 +0700 Subject: ubah code --- indoteknik_custom/models/account_move.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index 58f142dc..e681d96e 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -320,7 +320,7 @@ class AccountMove(models.Model): def write(self, vals): if not self.env.user.is_accounting: - raise UserError("Hanya IT FAT yang bisa ubah data") + raise UserError("Hanya Finence yang bisa ubah data") return super(AccountMove, self).write(vals) # def write(self, vals): -- cgit v1.2.3