summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/tukar_guling.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views/tukar_guling.xml')
-rw-r--r--indoteknik_custom/views/tukar_guling.xml49
1 files changed, 24 insertions, 25 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml
index 633f1da4..01721b43 100644
--- a/indoteknik_custom/views/tukar_guling.xml
+++ b/indoteknik_custom/views/tukar_guling.xml
@@ -10,12 +10,12 @@
</record>
<!-- Menu -->
<menuitem
- id="menu_pengajuan_tukar_guling"
- name="Pengajuan Return SO"
- parent="sale.menu_sale_report"
- sequence="3"
- action="action_pengajuan_tukar_guling"
- />
+ id="menu_pengajuan_tukar_guling"
+ name="Pengajuan Return SO"
+ parent="sale.menu_sale_report"
+ sequence="3"
+ action="action_pengajuan_tukar_guling"
+ />
<!-- Tree View -->
<record id="pengajuan_tukar_guling_tree" model="ir.ui.view">
<field name="name">pengajuan.tukar.guling.tree</field>
@@ -28,10 +28,10 @@
<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_sales', 'approval_logistic','approval_finance')"
- decoration-success="state == 'done'"
- decoration-muted="state == 'cancel'"
- />
+ decoration-info="state in ('draft', 'approval_sales', 'approval_logistic','approval_finance')"
+ decoration-success="state == 'done'"
+ decoration-muted="state == 'cancel'"
+ />
</tree>
</field>
</record>
@@ -43,19 +43,19 @@
<form>
<header>
<button name="action_submit" string="Submit" type="object"
- class="btn-primary"
- attrs="{'invisible': [('state', '!=', 'draft')]}"/>
+ class="btn-primary"
+ attrs="{'invisible': [('state', '!=', 'draft')]}"/>
<button name="action_approve" string="Approve" type="object"
class="btn-primary"
attrs="{'invisible': [('state', 'not in', ['approval_sales', 'approval_logistic', 'approval_finance'])]}"/>
<button name="action_cancel" string="Cancel" type="object"
- class="btn-secondary"
+ class="btn-secondary"
attrs="{'invisible': [('state', '=', 'draft')]}"
- confirm="Are you sure you want to cancel this record?"/>
+ confirm="Are you sure you want to cancel this record?"/>
<button name="action_draft" string="Set to Draft" type="object"
- class="btn-secondary"
- attrs="{'invisible': [('state', '!=', 'cancel')]}"
- confirm="Are you sure you want to reset this record to draft?"/>
+ class="btn-secondary"
+ 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_sales,approval_logistic,approval_finance,done"/>
</header>
@@ -78,15 +78,14 @@
<group>
<field name="date" string="Date" readonly="1"/>
<field name="return_type"/>
-<!-- <field name="ort_num" readonly="1"/>-->
-<!-- <field name="srt_num" readonly="1"/>-->
+ <!-- <field name="ort_num" readonly="1"/>-->
+ <!-- <field name="srt_num" readonly="1"/>-->
<field name="operations" string="Operations"
- attrs="{
- 'invisible': [('return_type', 'not in', ['revisi_so','tukar_guling'])],
- 'required': [('return_type', 'in', ['revisi_so'])]
+ attrs="{
+ 'required': [('return_type', 'in', ['revisi_so', 'tukar_guling'])]
}"/>
<field name="origin" readonly="1"/>
-<!-- <field name="origin_so" readonly="1"/>-->
+ <!-- <field name="origin_so" readonly="1"/>-->
</group>
<group>
<field name="ba_num" string="Nomor BA"/>
@@ -100,11 +99,11 @@
<tree string="Product Lines">
<field name="sequence" widget="handle"/>
<field name="product_id" required="1"
- options="{'no_create': True, 'no_create_edit': True}"/>
+ options="{'no_create': True, 'no_create_edit': True}"/>
<field name="name" force_save="1"/>
<field name="product_uom_qty" string="Quantity"/>
<field name="product_uom" string="UoM"
- options="{'no_create': True, 'no_create_edit': True}"/>
+ options="{'no_create': True, 'no_create_edit': True}"/>
</tree>
</field>
</page>