diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-19 09:39:20 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-19 09:39:20 +0700 |
| commit | e7bf665ccac5b4c17bb9822356e52b2f3ab92b97 (patch) | |
| tree | 0f0da78a13e992d46192b6bf3f1ea407744d84fc /indoteknik_api/controllers/api_v1/user.py | |
| parent | f65c674b06d3fbe22829a599eec36b4b19c27dd2 (diff) | |
| parent | 66c7b772d79838802036e4d0eb93cd006b6ae792 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_api/controllers/api_v1/user.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/user.py b/indoteknik_api/controllers/api_v1/user.py index e4f8b97f..3be874fa 100644 --- a/indoteknik_api/controllers/api_v1/user.py +++ b/indoteknik_api/controllers/api_v1/user.py @@ -95,7 +95,7 @@ class User(controller.Controller): user = request.env['res.users'].create(user_data) user.partner_id.email = email user.partner_id.customer_type = 'nonpkp' - user.partner_id.npwp = '0.000.000.0-000.000' + user.partner_id.npwp = '00.000.000.0-000.000' user.partner_id.sppkp = '-' user.partner_id.nama_wajib_pajak = user.name user.partner_id.user_id = 3222 |
