diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-21 13:43:29 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-21 13:43:29 +0700 |
| commit | ff20b62d6932c6be4ffb56f63f3c05be3aa72c06 (patch) | |
| tree | b9bfad89162ade294b904275feba80d74d9a7b26 /indoteknik_custom/models/user_form_merchant.py | |
| parent | c7f6d959e0e7a2e8adc45cff515f2b5666f3e732 (diff) | |
<iman> update merchant
Diffstat (limited to 'indoteknik_custom/models/user_form_merchant.py')
| -rw-r--r-- | indoteknik_custom/models/user_form_merchant.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/user_form_merchant.py b/indoteknik_custom/models/user_form_merchant.py index dd143381..6d881621 100644 --- a/indoteknik_custom/models/user_form_merchant.py +++ b/indoteknik_custom/models/user_form_merchant.py @@ -8,7 +8,7 @@ class UserFormMerchant(models.Model): _inherit = ['mail.thread', 'mail.activity.mixin'] name = fields.Char(string='Name') - # informasi peruhaan + # informasi peruhsaan name_merchant = fields.Char(string='Name') pejabat_name = fields.Char(string='Pejabat Name') pic_merchant = fields.Char(string='PIC Merchant') |
