trytonpsk-sale_web_channel/web.xml

30 lines
1.3 KiB
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="shop_view_form">
<field name="model">web.shop</field>
<field name="inherit" ref="web_shop.shop_view_form"/>
<field name="name">web_shop_form</field>
</record>
<record model="ir.action.wizard" id="synchronize_orders_wizard">
<field name="name">Synchronize Channel Orders</field>
<field name="wiz_name">sale_web_channel.synchronize_orders</field>
</record>
<record model="ir.ui.view" id="synchronize_orders_view_form">
<field name="model">sale_web_channel.synchronize_orders.start</field>
<field name="type">form</field>
<field name="name">synchronize_orders_view_form</field>
</record>
<record model="ir.ui.view" id="synchronize_orders_done">
<field name="model">sale_web_channel.synchronize_orders.done</field>
<field name="type">form</field>
<field name="name">synchronize_orders_done</field>
</record>
<menuitem action="synchronize_orders_wizard" parent="sale.menu_sale"
id="menu_synchronize_orders" sequence="100"/>
</data>
</tryton>