diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-23 10:41:48 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-23 10:41:48 +0700 |
| commit | 2fc3d45984feaf591fbd74f0ba04b692486311ed (patch) | |
| tree | 87a8ff2d2bd0fef2fe5cbb1f4e1a12b2b0eb3f4c /indoteknik_custom/models/purchasing_job.py | |
| parent | 5dc329c18c278d8eaed23cfb0ea060ac7685cea2 (diff) | |
| parent | 391d7a3b93eff3eabee371b35ec5287e1f0afdd2 (diff) | |
Merge branch 'production' into feature/request-by-abl
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() |
