trytonpsk-sale_shop/product.xml

28 lines
1.2 KiB
XML

<?xml version="1.0"?>
<!-- This file is part sale_shop module for 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="update_product_start_view_form">
<field name="model">product.update_product.start</field>
<field name="type">form</field>
<field name="name">update_product_start_view_form</field>
</record>
<record model="ir.action.wizard" id="wizard_update_sale_price">
<field name="name">Update Sale Price Product</field>
<field name="wiz_name">product.update_product</field>
</record>
<record model="ir.action.keyword" id="update_sale_price_product_keyword">
<field name="keyword">form_action</field>
<field name="model">product.template,-1</field>
<field name="action" ref="wizard_update_sale_price"/>
</record>
<record model="ir.ui.view" id="template_view_form">
<field name="model">product.template</field>
<field name="inherit" ref="product.template_view_form"/>
<field name="name">template_form</field>
</record>
</data>
</tryton>