14 lines
602 B
XML
14 lines
602 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<odoo>
|
||
|
<record id="view_warehouse_orderpoint_tree_editable" model="ir.ui.view">
|
||
|
<field name="name">stock.warehouse.orderpoint.tree.editable.inherit.show_route</field>
|
||
|
<field name="model">stock.warehouse.orderpoint</field>
|
||
|
<field name="inherit_id" ref="stock.view_warehouse_orderpoint_tree_editable"/>
|
||
|
<field name="arch" type="xml">
|
||
|
<xpath expr="//field[@name='route_id']" position="attributes">
|
||
|
<attribute name="optional">show</attribute>
|
||
|
</xpath>
|
||
|
</field>
|
||
|
</record>
|
||
|
</odoo>
|