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.
 
 
 
 
 

28 lines
1.3 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Message Wizard View-->
<record id="lot_attachment_view_form" model="ir.ui.view">
<field name="name">lot.attachment.view.form</field>
<field name="model">lot.attachment</field>
<field name="arch" type="xml">
<form>
<group>
<field name="product_id" invisible="1"/>
<field name="demanded_quantity" invisible="1"/>
<field name="picking_id" invisible="1"/>
<field name="move_id" invisible="1"/>
<field name="attachment" widget="binary"
filename="attachment_name"/>
<field name="attachment_name" invisible="1"/>
</group>
<footer>
<button name="action_download_sample" string="Download Sample File"
type="object" class="btn-primary"/>
<button string="Import" class="oe_highlight"
name="action_import_lot" type="object"/>
<button string="Cancel" class="oe_highlight" special="cancel"/>
</footer>
</form>
</field>
</record>
</odoo>