diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 16:40:24 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 16:40:24 +0700 |
| commit | 3f8fd250ee63ad4db48d45284f055bda641fec08 (patch) | |
| tree | 7c0fd3fcbcf6ca8c168923363d021da221ffef06 /indoteknik_custom/models/res_users.py | |
| parent | cabac3c1d89beb6a86e58be820a06d85607c8313 (diff) | |
<iman> update new register user company namer
Diffstat (limited to 'indoteknik_custom/models/res_users.py')
| -rwxr-xr-x | indoteknik_custom/models/res_users.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/res_users.py b/indoteknik_custom/models/res_users.py index d8eb348a..5e16aad1 100755 --- a/indoteknik_custom/models/res_users.py +++ b/indoteknik_custom/models/res_users.py @@ -12,7 +12,6 @@ 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") def _generate_otp(self): |
