diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-06 13:59:19 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-06 13:59:19 +0700 |
| commit | 8fe189d8f4caeed4b1aff764abc005b4e4ab3979 (patch) | |
| tree | da71d69bc810143d6c7fb4ffab0810675040eec7 /indoteknik_custom/views | |
| parent | 4603578f08af74760c323aac624ea2ae95252d4b (diff) | |
<Miqdad> change button name and fix wrong validation
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 7f0865f4..d943f27a 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -49,7 +49,7 @@ <xpath expr="//header" position="inside"> <button name="action_bu_iu_to_pengajuan2" type="object" - string="Set Ke Approval Logistik" + string="Approve by Accounting" class="btn-primary" attrs="{'invisible': [('is_bu_iu', '=', False), ('approval_status', 'in', ['pengajuan2', False, 'false', ''])]}"/> </xpath> |
