diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-01-08 04:39:54 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-01-08 04:39:54 +0000 |
| commit | 32889edcb74b5ddc6a931ccb0df2681ff988a83f (patch) | |
| tree | 1cc9916cab45f7afb00971fcb4c3dfde7e03dc14 /fixco_custom/views/print_picking_list.xml | |
| parent | 5c332365e81cda9a7bdb233a31880c3bec1d1e0e (diff) | |
| parent | f5e9a57a021902317297eba2441a00b8968ba38c (diff) | |
Merged in print_picking_list (pull request #2)
Print picking list
Diffstat (limited to 'fixco_custom/views/print_picking_list.xml')
| -rw-r--r-- | fixco_custom/views/print_picking_list.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/views/print_picking_list.xml b/fixco_custom/views/print_picking_list.xml index a6a33b5..fe826d0 100644 --- a/fixco_custom/views/print_picking_list.xml +++ b/fixco_custom/views/print_picking_list.xml @@ -28,12 +28,12 @@ <sheet> <group> <group> - <field name="number" readonly="1"/> + <field name="number" readonly="1"/> </group> </group> <notebook> <page string="Line"> - <field name="print_picking_list_line"/> + <field name="print_picking_list_line"/> </page> </notebook> </sheet> |
