summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/tukar_guling_po.xml
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-08-01 14:54:42 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-08-01 14:54:42 +0700
commitb52e037b7331a783056d9776f17253d83b1a52ad (patch)
tree801ff3cebf7553b7f75db7bcd09a94cd527e94ed /indoteknik_custom/views/tukar_guling_po.xml
parentb4fa8f4df995f946b642eda78ca5fc2b8badada2 (diff)
parentb479cc1c461559810cb5ebe9a05f628dc291a8ef (diff)
<hafid> merge conflict
Diffstat (limited to 'indoteknik_custom/views/tukar_guling_po.xml')
-rw-r--r--indoteknik_custom/views/tukar_guling_po.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/indoteknik_custom/views/tukar_guling_po.xml b/indoteknik_custom/views/tukar_guling_po.xml
index 77feb05f..accf7dbc 100644
--- a/indoteknik_custom/views/tukar_guling_po.xml
+++ b/indoteknik_custom/views/tukar_guling_po.xml
@@ -23,18 +23,19 @@
<field name="arch" type="xml">
<tree create="1" delete="1" default_order="create_date desc">
<field name="name"/>
- <field name="date"/>
- <field name="origin" string="PO Number"/>
+ <field name="vendor_id" string="Customer"/>
+ <field name="origin" string="SO Number"/>
<field name="operations" string="Operations"/>
<field name="return_type" string="Return Type"/>
- <field name="ba_num" string="Nomor BA"/>
- <field name="return_type" string="Return Type"/>
<field name="state" widget="badge"
decoration-info="state in ('draft', 'approval_purchase', 'approval_finance','approval_logistic')"
+ decoration-warning="state == 'approved'"
decoration-success="state == 'done'"
decoration-muted="state == 'cancel'"
/>
- <field name="date_logistic" string="Approved Date"/>
+ <field name="ba_num" string="Nomor BA"/>
+ <field name="date"/>
+ <field name="date_logistic" string="Approved Date"/>
</tree>
</field>
</record>
@@ -60,7 +61,7 @@
attrs="{'invisible': [('state', '!=', 'cancel')]}"
confirm="Are you sure you want to reset this record to draft?"/>
<field name="state" widget="statusbar" readonly="1"
- statusbar_visible="draft,approval_purchase,approval_logistic,approval_finance,done"/>
+ statusbar_visible="draft,approval_purchase,approval_logistic,approval_finance,approved,done"/>
</header>
<sheet>
<div class="oe_button_box">