summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models')
-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']