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.
 
 
 
 
 

19 lines
616 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- For view of the model custom stock lot -->
<record id="custom_stock_lot_view_form" model="ir.ui.view">
<field name="name">custom.stock.lot.view.form</field>
<field name="model">custom.stock.lot</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<group>
<field name="name"/>
</group>
</group>
</sheet>
</form>
</field>
</record>
</odoo>