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.
40 lines
1.4 KiB
40 lines
1.4 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<record model="ir.ui.view" id="beesdoo_product_tree">
|
|
<field name="name">bees.product.template.tree</field>
|
|
<field name="model">product.template</field>
|
|
<field name="priority">14</field>
|
|
<field name="arch" type="xml">
|
|
<tree>
|
|
<field name="name"/>
|
|
<field name="default_code"/>
|
|
<field name="categ_id"/>
|
|
<field name="main_seller_id" string="Main Seller"/>
|
|
<field name="weight"/>
|
|
<field name="main_price"/>
|
|
<field name="main_minimum_qty"/>
|
|
<field name="uom_po_id"/>
|
|
<field name="qty_available"/>
|
|
<field name="virtual_available"/>
|
|
<field name="estimated_stock_coverage"/>
|
|
<field name="average_consumption"/>
|
|
<field name="total_consumption"/>
|
|
</tree>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="purchase.product_normal_action_puchased" model="ir.actions.act_window">
|
|
<field name="view_mode">tree,form,kanban</field>
|
|
</record>
|
|
|
|
<record id="product.product_template_action" model="ir.actions.act_window">
|
|
<field name="view_mode">tree,form,kanban</field>
|
|
</record>
|
|
|
|
<record id="product.product_template_action_product" model="ir.actions.act_window">
|
|
<field name="view_mode">tree,form,kanban</field>
|
|
</record>
|
|
|
|
|
|
</odoo>
|