diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-27 09:02:47 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-27 09:02:47 +0700 |
| commit | 8ac8c2f8b89e6069bf13e879d486fa9cf4814cb4 (patch) | |
| tree | 566aaac904476d4ae0540dac1390ccf0dc3b736e /indoteknik_custom/views | |
| parent | c1aefea6e72798848d090abb32bb753c550ce76b (diff) | |
push cr shipment group, vendor approval and purchase order
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/shipment_group.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/views/shipment_group.xml b/indoteknik_custom/views/shipment_group.xml index a4f82e27..ea202ee2 100644 --- a/indoteknik_custom/views/shipment_group.xml +++ b/indoteknik_custom/views/shipment_group.xml @@ -30,6 +30,13 @@ <field name="name">shipment.group.form</field> <field name="model">shipment.group</field> <field name="arch" type="xml"> + <header> + <button name="sync_api_shipping" + string="Sync API" + type="object" + attrs="{'invisible': [('carrier_id', 'not in', [151, 173])]}" + /> + </header> <form> <sheet> <group> |
