summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-08-06 12:56:35 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-08-06 12:56:35 +0700
commitab11c9455c6e125195ec5004adfd855058d46f5f (patch)
treec74232118cbc0e259f184fea8a6937676669c9fc /indoteknik_custom/views
parentccbb64638373bb113cfbdfdda1865cf8bda1ebb3 (diff)
<miqdad> fix error singleton
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/tukar_guling.xml2
-rw-r--r--indoteknik_custom/views/tukar_guling_po.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml
index 88e5b883..20aa2eef 100644
--- a/indoteknik_custom/views/tukar_guling.xml
+++ b/indoteknik_custom/views/tukar_guling.xml
@@ -85,7 +85,7 @@
attrs="{'readonly': [('state', 'not in', 'draft')]}"/>
<field name="origin" readonly="1"/>
<field name="is_has_invoice" readonly="1"/>
- <field name="invoice_id" readonly="1"/>
+ <field name="invoice_id" readonly="1" widget="many2many_tags"/>
</group>
<group>
<field name="val_inv_opt" attrs="{'invisible': [('is_has_invoice', '=', False)]}"/>
diff --git a/indoteknik_custom/views/tukar_guling_po.xml b/indoteknik_custom/views/tukar_guling_po.xml
index d3c41405..bc696a3d 100644
--- a/indoteknik_custom/views/tukar_guling_po.xml
+++ b/indoteknik_custom/views/tukar_guling_po.xml
@@ -91,7 +91,8 @@
}"/>
<field name="origin" readonly="1"/>
<field name="is_has_bill" readonly="1"/>
- <field name="bill_id" readonly="1"/>
+<!-- <field name="bill_id" readonly="1" />-->
+ <field name="bill_id" readonly="1" widget="many2many_tags"/>
<!-- <field name="origin_so" readonly="1"/>-->
</group>
<group>