diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-15 11:02:36 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-15 11:02:36 +0000 |
| commit | 2bb9e9f01c795f3b72593c1286a9a56ea6e2e120 (patch) | |
| tree | d51422169ea4b005c9076e7efdcd83589d0c2e1f /indoteknik_custom/views | |
| parent | e432f70b5588c1ab86add20ee15df20d2f2a3876 (diff) | |
| parent | cc51c51ac0e89e3edf762b1a7a809ce8304dc53c (diff) | |
Merged in cr_lsj (pull request #413)
<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..2b7cfa22 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"/> |
