diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-09-20 08:34:23 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-09-20 08:34:23 +0000 |
| commit | e07e8f432560de2c2f5ad05d841e8caca2c153d0 (patch) | |
| tree | 45d5a00dac974bade3a830b17f7fbd7f80e37dde /indoteknik_custom | |
| parent | 5d24bf5ef0b60ac90fb007c0e21981789603f1e1 (diff) | |
| parent | a31294c9d1b66f3b63275c1ef20e0a068d6a1af0 (diff) | |
Merged in iman/new-register (pull request #224)
Iman/new register
Diffstat (limited to 'indoteknik_custom')
| -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): |
