diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-27 09:22:54 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-27 09:22:54 +0700 |
| commit | d3f530b94569059106164172485aaa9665e80709 (patch) | |
| tree | bfee27cd549407c43cd904ed927eb0a3ed6a0d2e | |
| parent | f7c4899b84ca0faa3c069734174829898f20a420 (diff) | |
fix header
| -rw-r--r-- | indoteknik_custom/views/shipment_group.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indoteknik_custom/views/shipment_group.xml b/indoteknik_custom/views/shipment_group.xml index ea202ee2..c3f79bda 100644 --- a/indoteknik_custom/views/shipment_group.xml +++ b/indoteknik_custom/views/shipment_group.xml @@ -30,14 +30,14 @@ <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> + <header> + <button name="sync_api_shipping" + string="Sync API" + type="object" + attrs="{'invisible': [('carrier_id', 'not in', [151, 173])]}" + /> + </header> <sheet> <group> <group> |
