Files
pad-tools/pad_hedgedoc_connector/wizard/create_pad.xml
2022-09-02 16:28:07 +02:00

20 lines
755 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="create_hedgedoc_pad_wizard" model="ir.ui.view">
<field name="name">create.hedgedoc.pad.wizard</field>
<field name="model">create.hedgedoc.pad.wizard</field>
<field name="arch" type="xml">
<form string="create a new Hedgedoc pad linked to the current task">
<group>
<field name="pad_name" />
</group>
<footer>
<button string="Create" name="create_hedgedoc_pad" type="object" class="btn-primary" />
<button string="Cancel" class="btn-secondary" special="cancel" />
</footer>
</form>
</field>
</record>
</odoo>