diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-07 17:12:10 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-07 17:12:10 +0700 |
| commit | ecbdec9343e56effbacb56d0060f7a6e9912f047 (patch) | |
| tree | aa80d251ee328c6e7baacbc2f9810deaa82e3d8b /fixco_custom/views/purchase_order.xml | |
| parent | e0f5ab6506c6314d93b378e8c5f0d5cd5a4f423c (diff) | |
push upload bills queue job
Diffstat (limited to 'fixco_custom/views/purchase_order.xml')
| -rw-r--r-- | fixco_custom/views/purchase_order.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fixco_custom/views/purchase_order.xml b/fixco_custom/views/purchase_order.xml index d5e612c..128224d 100644 --- a/fixco_custom/views/purchase_order.xml +++ b/fixco_custom/views/purchase_order.xml @@ -61,5 +61,12 @@ </field> </field> </record> + <record id="purchase_order_multi_create_bills_ir_actions_server" model="ir.actions.server"> + <field name="name">Multi Bills</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_bills()</field> + </record> </data> </odoo> |
