diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-18 11:36:39 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-18 11:36:39 +0700 |
| commit | 71a3d1e9c253c995a6f7cca564fd171254e9a0e6 (patch) | |
| tree | c4093a52ea79541ab368c4837e9d6cad60cc2cb8 /indoteknik_custom/models/purchasing_job.py | |
| parent | fa1f56ebf9a00221477ec782e68db5009ba60f82 (diff) | |
margin po
Diffstat (limited to 'indoteknik_custom/models/purchasing_job.py')
| -rw-r--r-- | indoteknik_custom/models/purchasing_job.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchasing_job.py b/indoteknik_custom/models/purchasing_job.py index 5fba0a95..deec88d7 100644 --- a/indoteknik_custom/models/purchasing_job.py +++ b/indoteknik_custom/models/purchasing_job.py @@ -162,7 +162,7 @@ class PurchasingJob(models.Model): class OutstandingSales(models.Model): _name = 'v.sales.outstanding' - _auto = False + _auto = False _rec_name = 'move_id' id = fields.Integer() |
