diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/upah_harian_office_views.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/upah_harian_office_views.xml b/indoteknik_custom/views/upah_harian_office_views.xml index 9a0c3a2f..f8260552 100644 --- a/indoteknik_custom/views/upah_harian_office_views.xml +++ b/indoteknik_custom/views/upah_harian_office_views.xml @@ -28,7 +28,6 @@ <sheet> <div class="oe_title"> - <label for="name"/> <h1> <field name="name"/> </h1> @@ -53,6 +52,8 @@ widget="image" attrs="{'invisible': [('attachment_type', '!=', 'image')], 'readonly': [('state', '=', 'approved')]}" style="max-width:250px; max-height:250px; object-fit:contain;"/> + + <field name="total_upah"/> </group> </group> <notebook> |
