[NEW] pad_hedgedoc_connector: create addon
This commit is contained in:
20
pad_hedgedoc_connector/wizard/create_pad.xml
Normal file
20
pad_hedgedoc_connector/wizard/create_pad.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>
|
Reference in New Issue
Block a user