summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-02-12 09:42:11 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-02-12 09:42:11 +0700
commit381a158a18e42fa41fada1ad3390222999041e39 (patch)
treead4df2cc0acfa6a906c74665107c16d88dc77254 /indoteknik_custom/views
parent1c42539aeb53207b07bde3030d2316b58c2cf81e (diff)
parent7992c122fbc1c0c442d54ffdccd73383a8fc394d (diff)
Merge branch 'odoo-production' of bitbucket.org:altafixco/indoteknik-addons into odoo-production
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/user_pengajuan_tempo_request.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/user_pengajuan_tempo_request.xml b/indoteknik_custom/views/user_pengajuan_tempo_request.xml
index b6a6206e..f7ad9afb 100644
--- a/indoteknik_custom/views/user_pengajuan_tempo_request.xml
+++ b/indoteknik_custom/views/user_pengajuan_tempo_request.xml
@@ -31,6 +31,11 @@
attrs="{'invisible': [('state_tempo', 'in', ['approval_director','reject'])]}"
type="object"
class="oe_highlight"/>
+ <button name="button_draft"
+ string="Reset to Draft"
+ attrs="{'invisible': [('state_tempo', '!=', 'reject')]}"
+ type="object"
+ class="oe_highlight"/>
<field name="state_tempo" widget="statusbar"
statusbar_visible="draft,approval_sales,approval_finance,approval_director"
statusbar_colors='{"reject":"red"}'/>