diff options
Diffstat (limited to 'indoteknik_custom/views/requisition.xml')
| -rw-r--r-- | indoteknik_custom/views/requisition.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/indoteknik_custom/views/requisition.xml b/indoteknik_custom/views/requisition.xml index 6e61ce1e..e7335a57 100644 --- a/indoteknik_custom/views/requisition.xml +++ b/indoteknik_custom/views/requisition.xml @@ -27,6 +27,8 @@ <field name="tax_id"/> <field name="subtotal"/> <field name="source"/> + <field name="qty_available_store"/> + <field name="suggest"/> </tree> </field> </record> @@ -65,6 +67,11 @@ type="object" class="mr-2 oe_highlight" /> + <button name="create_requisition_from_sales_with_price" + string="Create Line with Price" + type="object" + class="mr-2 oe_highlight" + /> <button name="create_po_from_requisition" string="Create PO" type="object" @@ -96,6 +103,6 @@ <menuitem id="menu_requisition" name="Requisition" action="requisition_action" - parent="menu_monitoring_in_purchase" + parent="purchase.menu_procurement_management" sequence="300"/> </odoo>
\ No newline at end of file |
