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.
 
 
 
 
 

23 lines
919 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Form view of the wizard model overlapping_date -->
<record id="overlapping_date_view_form" model="ir.ui.view">
<field name="name">overlapping.date.view.form</field>
<field name="model">overlapping.date</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<field name="warning" readonly="1" nolabel=""/>
</group>
<footer>
<button name="action_continue" string="CONTINUE" type="object"
class="btn-primary" data-hotkey="q"/>
<button string="Close" class="btn-secondary"
special="cancel"/>
</footer>
</sheet>
</form>
</field>
</record>
</odoo>