diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-13 15:59:21 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-13 15:59:21 +0700 |
| commit | ecc4356b7ac5ae14d4e86039589716fa76161230 (patch) | |
| tree | 36dd5f58c15f1177add7a8bed74b0f3f3065abf0 | |
| parent | 56168a356a3f1b983dcb7102533ceb9d37f78b0e (diff) | |
<iman> ubah code
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
