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
690 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--for showing the imported items as alert -->
<record id="import_message_view_form" model="ir.ui.view">
<field name="name">import.message.view.form</field>
<field name="model">import.message</field>
<field name="arch" type="xml">
<form>
<p class="alert alert-info">
<field name="message"/>
</p>
<footer>
<button name="action_ok" string="Ok" type="object"
default_focus="1" class="oe_highlight"/>
</footer>
</form>
</field>
</record>
</odoo>