summaryrefslogtreecommitdiff
path: root/fixco_custom/views/purchase_order_line_wizard.xml
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-01-09 14:45:09 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-01-09 14:45:09 +0700
commitf0fdef1687cf29adb42fbb10512820088d8a9953 (patch)
tree6243c7fa7ed12411f8fca970fa2b1b934a295e53 /fixco_custom/views/purchase_order_line_wizard.xml
parent4db2619225eea1edb72da972ba2b829008e40f30 (diff)
CR Bills pahri
Diffstat (limited to 'fixco_custom/views/purchase_order_line_wizard.xml')
-rw-r--r--fixco_custom/views/purchase_order_line_wizard.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/fixco_custom/views/purchase_order_line_wizard.xml b/fixco_custom/views/purchase_order_line_wizard.xml
new file mode 100644
index 0000000..7ae76bc
--- /dev/null
+++ b/fixco_custom/views/purchase_order_line_wizard.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<odoo>
+ <data>
+
+ <record id="view_po_line_wizard_form" model="ir.ui.view">
+ <field name="name">purchase.order.line.wizard.form</field>
+ <field name="model">purchase.order.line.wizard</field>
+ <field name="arch" type="xml">
+ <form string="Select PO Items">
+ <group>
+ <field name="line_ids"
+ widget="many2many_tags"
+ options="{'no_create': True}"/>
+ </group>
+ <footer>
+ <button string="Add"
+ type="object"
+ name="action_add_lines"
+ class="btn-primary"/>
+ <button string="Cancel"
+ class="btn-secondary"
+ special="cancel"/>
+ </footer>
+ </form>
+ </field>
+ </record>
+
+ </data>
+</odoo>
+