summaryrefslogtreecommitdiff
path: root/indoteknik_custom
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-09-20 08:34:23 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-09-20 08:34:23 +0000
commite07e8f432560de2c2f5ad05d841e8caca2c153d0 (patch)
tree45d5a00dac974bade3a830b17f7fbd7f80e37dde /indoteknik_custom
parent5d24bf5ef0b60ac90fb007c0e21981789603f1e1 (diff)
parenta31294c9d1b66f3b63275c1ef20e0a068d6a1af0 (diff)
Merged in iman/new-register (pull request #224)
Iman/new register
Diffstat (limited to 'indoteknik_custom')
-rwxr-xr-xindoteknik_custom/models/res_users.py2
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):