summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/res_users.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-09-20 09:47:55 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-09-20 09:47:55 +0000
commit33db0624ea1a06805b7dae4bf770da9e0a111508 (patch)
tree83e721832fddfcf2a66d58568aef66da7dc951e8 /indoteknik_custom/models/res_users.py
parent88103094e310f907f475957d2ee95ea397b1ec13 (diff)
parent6c5d45e9062c6d5b2c3c3070a3d4eaead923c101 (diff)
Merged in iman/new-register (pull request #226)
Iman/new register
Diffstat (limited to 'indoteknik_custom/models/res_users.py')
-rwxr-xr-xindoteknik_custom/models/res_users.py1
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):