summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/advance_payment_request.py
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-08 15:57:04 +0700
committerFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-08 15:57:04 +0700
commit585fefbd00baf8a6fca7aeac1c845a7400fb5d2b (patch)
treeef0191444f534803f02cab5ddf6254e20139a191 /indoteknik_custom/models/advance_payment_request.py
parentaa754e863440d7fb8884649e53a5961124a4dbbd (diff)
(andri) fix
Diffstat (limited to 'indoteknik_custom/models/advance_payment_request.py')
-rw-r--r--indoteknik_custom/models/advance_payment_request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/advance_payment_request.py b/indoteknik_custom/models/advance_payment_request.py
index a0fb4d51..6a0929ae 100644
--- a/indoteknik_custom/models/advance_payment_request.py
+++ b/indoteknik_custom/models/advance_payment_request.py
@@ -12,7 +12,7 @@ import base64
class AdvancePaymentRequest(models.Model):
_name = 'advance.payment.request'
- _description = 'Advance Payment Request'
+ _description = 'Advance Payment Request & Reimburse'
_rec_name = 'number'
_inherit = ['mail.thread', 'mail.activity.mixin']