summaryrefslogtreecommitdiff
path: root/fixco_custom/views/purchase_order.xml
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-01-08 09:52:38 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-01-08 09:52:38 +0700
commit9990c0c6e30260f1c9ae2111893495ce7bd1c03c (patch)
tree81847c26ea054636d6178884ba3dd812e477d494 /fixco_custom/views/purchase_order.xml
parent71736a301eca62a55c34c96b3a9d0c06ee28f3d9 (diff)
parent23b2c540774c064a69c77ed3de29d9f99ffae904 (diff)
Merge branch 'main' of https://bitbucket.org/altafixco/fixco-addons into print_picking_list
merge
Diffstat (limited to 'fixco_custom/views/purchase_order.xml')
-rw-r--r--fixco_custom/views/purchase_order.xml7
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>