summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-01-30 16:56:07 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-01-30 16:56:07 +0700
commitd7a18a90adc0502831eabd1e5940677161ddd4bf (patch)
treec95ea1be5f908ab548b4a1c1643323a2d97e3dd3 /indoteknik_custom/models
parentb547143489e5bef27425199b36a9dd3984429421 (diff)
add filter searching picking on report logbook sj
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/report_logbook_sj.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/report_logbook_sj.py b/indoteknik_custom/models/report_logbook_sj.py
index a1b6299c..17119c12 100644
--- a/indoteknik_custom/models/report_logbook_sj.py
+++ b/indoteknik_custom/models/report_logbook_sj.py
@@ -29,6 +29,8 @@ class ReportLogbookSJ(models.Model):
string='Status',
tracking=True,
)
+
+ sj_number = fields.Char(string='Picking', related='report_logbook_sj_line.name')
count_line = fields.Char(string='Count Line', compute='_compute_count_line')