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.
|
|
<odoo> <record model="ir.ui.view" id="temporary_exemption_wizard_view_form"> <field name="name">Temporary Exemption</field> <field name="model">beesdoo.shift.temporary_exemption</field> <field name="arch" type="xml"> <form> <field name="cooperator_id" invisible="1"/> <group> <field name="temporary_exempt_reason_id" /> <field name="temporary_exempt_start_date" /> <field name="temporary_exempt_end_date" /> </group> <footer> <button type="object" name="exempt" string="Confirm" class="oe_highlight" /> <button special="cancel" string="Cancel" /> </footer> </form> </field> </record> </odoo>
|