summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-04-04 15:51:57 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-04-04 15:51:57 +0700
commitc4c4591591bf72ddda400492c904d28a8a5324cd (patch)
treede57be97e0d8ba705b07987b17e07cfefce8a59a /indoteknik_custom/views
parent4c192d7999b343f7211e3365132e8103d236f1b3 (diff)
fix purchase representative on purchasing job and remove approval edit line
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml5
-rw-r--r--indoteknik_custom/views/purchasing_job.xml1
2 files changed, 1 insertions, 5 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index 68622a8e..33603216 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -20,11 +20,6 @@
type="object"
attrs="{'invisible': [('approval_status', '=', 'approved')]}"
/>
- <button name="approve_edit_line"
- string="Approve Edit"
- type="object"
- attrs="{'invisible': [('from_apo', '=', False), ('approval_edit_line', '=', True)]}"
- />
<button name="indoteknik_custom.action_view_uangmuka_pembelian" string="UangMuka"
type="action" attrs="{'invisible': [('approval_status', '!=', 'approved')]}"/>
</button>
diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml
index b0ecd359..290955cf 100644
--- a/indoteknik_custom/views/purchasing_job.xml
+++ b/indoteknik_custom/views/purchasing_job.xml
@@ -46,6 +46,7 @@
<field name="incoming"/>
<field name="outgoing"/>
<field name="purchase_representative_id"/>
+ <field name="vendor_id"/>
<field name="note"/>
</group>
</group>