diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-04 19:08:31 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-04 19:08:31 +0700 |
| commit | 672b682c602160de8e7ec77232b0a709c6ed2b87 (patch) | |
| tree | 62dad3b6f2ec6df4553b5cc10d0af44e2333bb5f /indoteknik_custom/models/res_users.py | |
| parent | 3df3f47dd4998d9abb21bfbae5b0f4e78d560c72 (diff) | |
<Miqdad> compute
Diffstat (limited to 'indoteknik_custom/models/res_users.py')
| -rwxr-xr-x | indoteknik_custom/models/res_users.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/res_users.py b/indoteknik_custom/models/res_users.py index b0864f2c..8f5b4008 100755 --- a/indoteknik_custom/models/res_users.py +++ b/indoteknik_custom/models/res_users.py @@ -12,6 +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') + pic = fields.Boolean('PIC') def _generate_otp(self): |
