diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 15:33:51 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 15:33:51 +0700 |
| commit | a31294c9d1b66f3b63275c1ef20e0a068d6a1af0 (patch) | |
| tree | 45d5a00dac974bade3a830b17f7fbd7f80e37dde | |
| parent | f2d741e65ada3ff3ec9717eb4fdbbe81e09fa801 (diff) | |
<iman> update
| -rwxr-xr-x | indoteknik_custom/models/res_users.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/res_users.py b/indoteknik_custom/models/res_users.py index d8eb348a..e339049d 100755 --- a/indoteknik_custom/models/res_users.py +++ b/indoteknik_custom/models/res_users.py @@ -12,7 +12,7 @@ class ResUsers(models.Model): otp_code = fields.Char(string='OTP Code') otp_create_date = fields.Datetime(string='OTP Create Date') payment_terms_id = fields.Many2one('account.payment.term', related='partner_id.property_payment_term_id', string='Payment Terms') - user_company_name = fields.Char(string="User Company Name") + user_company_name = fields.Char(string="User Company Name ") def _generate_otp(self): |
