diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-09 09:54:13 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-09 09:54:13 +0700 |
| commit | 21128e0f165045558c2c8ef6faf199d4379614b1 (patch) | |
| tree | 4441fe9c8d4464424505524d6ae097dfff557145 /indoteknik_custom/views | |
| parent | aa217ff1809015908d7aa16683de9b9ca34e1910 (diff) | |
<miqdad> rev 77 vals
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 201031c4..41e9a18d 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -50,7 +50,7 @@ attrs="{'invisible': [('state', 'not in', ['approval_sales', 'approval_logistic', 'approval_finance'])]}"/> <button name="action_cancel" string="Cancel" type="object" class="btn-secondary" - attrs="{'invisible': [('state', 'in', ['draft', 'cancel'])]}" + attrs="{'invisible': [('state', '=', 'cancel')]}" confirm="Are you sure you want to cancel this record?"/> <button name="action_draft" string="Set to Draft" type="object" class="btn-secondary" |
