mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
20 lines
704 B
XML
20 lines
704 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data noupdate="0">
|
|
|
|
<record model="ir.ui.view" id="product_form_view">
|
|
<field name="name">product.product.form.reserve</field>
|
|
<field name="model">product.product</field>
|
|
<field name="inherit_id" ref="procurement.product_form_view_procurement_button"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//div[@name='buttons']" position="inside">
|
|
<button string="Stock Reservations"
|
|
name="open_stock_reservation"
|
|
type="object"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
</data>
|
|
</openerp>
|