You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

34 lines
1.4 KiB

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="product_template_only_form_view" model="ir.ui.view">
<field name="name">product.template.product.form</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_only_form_view"/>
<field name="arch" type="xml">
<group name="traceability" position="after">
<group name="stock_coverage" string="Stock Coverage">
<field name="computation_range"/>
<field name="daily_sales"/>
<field name="range_sales"/>
<field name="stock_coverage"/>
<field name="effective_sale_price"/>
</group>
</group>
</field>
</record>
<record id="product_template_tree_view" model="ir.ui.view">
<field name="name">product.template.product.tree</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_tree_view"/>
<field name="arch" type="xml">
<field name="virtual_available" position="after">
<field name="range_sales"/>
<field name="daily_sales"/>
<field name="stock_coverage"/>
<field name="effective_sale_price"/>
</field>
</field>
</record>
</odoo>