diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-15 12:37:32 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-15 12:37:32 +0700 |
| commit | 1afdf5c126bc41ece2e197610a340aab1d102c58 (patch) | |
| tree | 71d3719ef03c7c1085bca07e5b01b2d6eacdc8a4 /indoteknik_custom/views | |
| parent | 1fd86434b0cc2deeeb32451cb5ffebba6785009d (diff) | |
<Miqdad> add line no
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/report_logbook_sj.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/report_logbook_sj.xml b/indoteknik_custom/views/report_logbook_sj.xml index 94f6c2ab..f2920b78 100644 --- a/indoteknik_custom/views/report_logbook_sj.xml +++ b/indoteknik_custom/views/report_logbook_sj.xml @@ -21,6 +21,8 @@ <field name="model">report.logbook.sj.line</field> <field name="arch" type="xml"> <tree editable="bottom"> + <field name="sequence" widget="handle"/> + <field name="line_num" string="No" readonly="1"/> <field name="name"/> <field name="driver_id"/> <field name="departure_date"/> |
