diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-07 15:55:40 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-07 15:55:40 +0700 |
| commit | 9200e74126c99410b79ef2c344915251bef6af19 (patch) | |
| tree | 4c3f168424e270b1087fd83f682943c11baed92a /indoteknik_custom/models/account_move.py | |
| parent | 984e128294f4c3d9d3d8eab8dacf03846f8336b2 (diff) | |
(andri) edit penamaan field Reklas
Diffstat (limited to 'indoteknik_custom/models/account_move.py')
| -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 73dbefd6..3333af8f 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -67,7 +67,7 @@ class AccountMove(models.Model): is_hr = fields.Boolean(string="Is HR?", default=False) purchase_order_id = fields.Many2one('purchase.order', string='Purchase Order') length_of_payment = fields.Integer(string="Length of Payment", compute='compute_length_of_payment') - reklas_misc_id = fields.Many2one('account.move', string='No Jurnal Reklas (MISC)') + reklas_misc_id = fields.Many2one('account.move', string='Journal Entries Reklas') def name_get(self): result = [] |
