summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/purchase_order.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-06-12 11:12:30 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-06-12 11:12:30 +0700
commite035d5ce7097daf04fbe289298a5950108a54002 (patch)
tree9be9d95785146e2669be8f00b0b59d3d192b309b /indoteknik_custom/views/purchase_order.xml
parent2c7c774119f47025d1577cfa6b8c88e3cc5a0607 (diff)
function multi create uangmuka pembelian on po
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index bb38715e..47dc7a15 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -247,6 +247,15 @@
</record>
</data>
<data>
+ <record id="purchase_order_multi_create_uangmuka_ir_actions_server" model="ir.actions.server">
+ <field name="name">Uang Muka</field>
+ <field name="model_id" ref="purchase.model_purchase_order"/>
+ <field name="binding_model_id" ref="purchase.model_purchase_order"/>
+ <field name="state">code</field>
+ <field name="code">action = records.open_form_multi_create_uang_muka()</field>
+ </record>
+ </data>
+ <data>
<record id="purchase_order_multi_cancel_ir_actions_server" model="ir.actions.server">
<field name="name">Cancel PO</field>
<field name="model_id" ref="purchase.model_purchase_order"/>