diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-30 16:13:46 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-30 16:13:46 +0700 |
| commit | 0801de741384b29a01f5570f420da10953834e22 (patch) | |
| tree | 2db9e74c945d0939ec4e6ef286f6c126e1d717f3 /indoteknik_api/controllers/api_v1/user.py | |
| parent | edafc890045d833289ad3b53ce3375625f18e54c (diff) | |
<iman> update automatic data new register
Diffstat (limited to 'indoteknik_api/controllers/api_v1/user.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/user.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_api/controllers/api_v1/user.py b/indoteknik_api/controllers/api_v1/user.py index 1f9c077e..a8b1a3eb 100644 --- a/indoteknik_api/controllers/api_v1/user.py +++ b/indoteknik_api/controllers/api_v1/user.py @@ -245,6 +245,9 @@ class User(controller.Controller): user.partner_id.npwp = '0.000.000.0-000.000' user.partner_id.sppkp = '-' user.partner_id.nama_wajib_pajak = name + user.partner_id.user_id = 3222 + user.partner_id.property_account_receivable_id= 395 + user.partner_id.property_account_payable_id = 438 user.send_activation_mail() |
