diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-08 15:57:04 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-08 15:57:04 +0700 |
| commit | 585fefbd00baf8a6fca7aeac1c845a7400fb5d2b (patch) | |
| tree | ef0191444f534803f02cab5ddf6254e20139a191 /indoteknik_custom/models/advance_payment_request.py | |
| parent | aa754e863440d7fb8884649e53a5961124a4dbbd (diff) | |
(andri) fix
Diffstat (limited to 'indoteknik_custom/models/advance_payment_request.py')
| -rw-r--r-- | indoteknik_custom/models/advance_payment_request.py | 2 |
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'] |
