diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-11 11:17:26 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-11 11:17:26 +0700 |
| commit | ecd71ba1ed5dab6375d46488d7dda49a5344e802 (patch) | |
| tree | 3b7240f9cfcdd943a15a98991d2cb4b256c6861d /indoteknik_custom/views | |
| parent | be4edf2a1ae2b7e628764d499ecbd2b96eb178ea (diff) | |
<MIqdad> journal entries
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/upah_harian_office_views.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indoteknik_custom/views/upah_harian_office_views.xml b/indoteknik_custom/views/upah_harian_office_views.xml index 8be9136b..7b84bd5c 100644 --- a/indoteknik_custom/views/upah_harian_office_views.xml +++ b/indoteknik_custom/views/upah_harian_office_views.xml @@ -37,6 +37,14 @@ <sheet> + <button name="action_open_journal" + type="object" + class="oe_stat_button" + icon="fa-book" + width="250px" + attrs="{'invisible': [('journal_upah_id', '=', False)]}"> + <field name="journal_upah_id" string="Journal" widget="statinfo"/> + </button> <div class="oe_title"> <h1> |
