summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/tukar_guling.xml4
-rw-r--r--indoteknik_custom/views/tukar_guling_po.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml
index a8d8b7b7..9dd31905 100644
--- a/indoteknik_custom/views/tukar_guling.xml
+++ b/indoteknik_custom/views/tukar_guling.xml
@@ -86,7 +86,6 @@
<!-- <field name="origin" readonly="1"/>-->
<field name="origin_so" readonly="1"/>
<field name="is_has_invoice" readonly="1"/>
- <field name="invoice_id" readonly="1" widget="many2many_tags"/>
</group>
<group>
<field name="val_inv_opt" attrs="{'invisible': [('is_has_invoice', '=', False)]}"/>
@@ -96,6 +95,9 @@
<field name="date_finance" readonly="1"/>
<field name="date_logistic" readonly="1"/>
</group>
+ <group>
+ <field name="invoice_id" readonly="1" attrs="{'invisible': [('is_has_invoice', '=', False)]}"/>
+ </group>
</group>
<notebook>
<page string="Product Lines" name="product_lines">
diff --git a/indoteknik_custom/views/tukar_guling_po.xml b/indoteknik_custom/views/tukar_guling_po.xml
index d0ae9e96..1c6a86ea 100644
--- a/indoteknik_custom/views/tukar_guling_po.xml
+++ b/indoteknik_custom/views/tukar_guling_po.xml
@@ -93,7 +93,6 @@
<field name="origin_po" readonly="1"/>
<field name="is_has_bill" readonly="1"/>
<!-- <field name="bill_id" readonly="1" />-->
- <field name="bill_id" readonly="1" widget="many2many_tags"/>
</group>
<group>
<field name="val_bil_opt" attrs="{'invisible': [('is_has_bill', '=', False)]}"/>
@@ -103,6 +102,9 @@
<field name="date_finance" readonly="1"/>
<field name="date_logistic" readonly="1"/>
</group>
+ <group>
+ <field name="bill_id" readonly="1" attrs="{'invisible': [('is_has_bill', '=', False)]}"/>
+ </group>
</group>
<!-- Product Lines -->
<notebook>