diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-03-18 09:23:50 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-03-18 09:23:50 +0700 |
| commit | de8ac2be17f65cc1e551a0338ca49f30c4a021f2 (patch) | |
| tree | 332dd85d758251f79dddcf0fb4e429c85498b0d3 /indoteknik_custom/views/purchase_order.xml | |
| parent | c263662a9dd388eb9b23ae6ab8d9cd3f2bffb3f8 (diff) | |
| parent | 9acebb424ead07109438e46c4f96038c9f50fbec (diff) | |
Merge branch 'odoo-backup' into cr/manzila-commision
# Conflicts:
# indoteknik_custom/models/commision.py
# indoteknik_custom/security/ir.model.access.csv
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index a57bd467..36c0db13 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -331,6 +331,15 @@ </record> </data> <data> + <record id="purchase_order_multi_ask_approval_ir_actions_server" model="ir.actions.server"> + <field name="name">Ask Approval PO</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_ask_approval_po()</field> + </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"/> |
