mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Port wizard view to v 7
This commit is contained in:
committed by
Guewen Baconnier
parent
d830d9a187
commit
49369ed47c
@@ -1,31 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<data>
|
||||
|
||||
<record id="orderpoint_creator_view" model="ir.ui.view">
|
||||
<field name="name">stock.warehouse.orderpoint.creator</field>
|
||||
<field name="model">stock.warehouse.orderpoint.creator</field>
|
||||
<field name="type">form</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Product warehouse config">
|
||||
<group string="templates" colspan="4">
|
||||
<field name="orderpoint_template_id" colspan="4"/>
|
||||
</group>
|
||||
<group colspan="2" col="4">
|
||||
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
|
||||
<button name="action_configure" string="Apply" type="object" icon="gtk-execute"/>
|
||||
</group>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<record id="orderpoint_creator_view" model="ir.ui.view">
|
||||
<field name="name">stock.warehouse.orderpoint.creator</field>
|
||||
<field name="model">stock.warehouse.orderpoint.creator</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Product warehouse config" version="7.0">
|
||||
<group string="Templates" colspan="4">
|
||||
<field name="orderpoint_template_id" colspan="4"/>
|
||||
</group>
|
||||
<footer>
|
||||
<button name="action_configure" string="Apply" type="object" class="oe_highlight" icon="gtk-execute"/>
|
||||
or
|
||||
<button string="Cancel" class="oe_link" special="cancel"/>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<act_window name="Product warehouse config"
|
||||
res_model="stock.warehouse.orderpoint.creator"
|
||||
src_model="product.product"
|
||||
view_mode="form"
|
||||
target="new"
|
||||
key2="client_action_multi"
|
||||
id="act_create_product_conf"/>
|
||||
<act_window name="Product warehouse config"
|
||||
res_model="stock.warehouse.orderpoint.creator"
|
||||
src_model="product.product"
|
||||
view_mode="form"
|
||||
target="new"
|
||||
key2="client_action_multi"
|
||||
id="act_create_product_conf"/>
|
||||
|
||||
</data>
|
||||
</data>
|
||||
</openerp>
|
||||
|
||||
Reference in New Issue
Block a user