summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
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/views
parentb547143489e5bef27425199b36a9dd3984429421 (diff)
add filter searching picking on report logbook sj
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/report_logbook_sj.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/indoteknik_custom/views/report_logbook_sj.xml b/indoteknik_custom/views/report_logbook_sj.xml
index 896594bb..94f6c2ab 100644
--- a/indoteknik_custom/views/report_logbook_sj.xml
+++ b/indoteknik_custom/views/report_logbook_sj.xml
@@ -77,6 +77,16 @@
</field>
</record>
+ <record id="report_logbook_sj_view_search" model="ir.ui.view">
+ <field name="name">report.logbook.sj.search.view</field> <!-- Made the name more descriptive -->
+ <field name="model">report.logbook.sj</field>
+ <field name="arch" type="xml">
+ <search string="Search Report">
+ <field name="sj_number"/>
+ </search>
+ </field>
+ </record>
+
<record id="report_logbook_sj_action" model="ir.actions.act_window">
<field name="name">Report Logbook SJ</field>
<field name="type">ir.actions.act_window</field>