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.
 
 

43 lines
1.2 KiB

<odoo>
<record model="ir.ui.view" id="opendons.template_pa_form" >
<field name="name">opendons_template_pa Form</field>
<field name="model">opendons.template_pa_letter</field>
<field name="arch" type="xml">
<form>
<header>
<!-- <button name="action_update_receipts" type="object" string="Update receipts" class="oe_highlight" confirm="Voulez-vous modifier les RF liés à ce template ?"/> -->
</header>
<sheet>
<group name="main">
<field name="name"/>
<field name="description"/>
<field name="active"/>
<field name="html_content"/>
</group>
</sheet>
</form>
</field>
</record>
<record model="ir.actions.act_window" id="template_pa_action">
<field name="name">Recurring donation Templates </field>
<field name="res_model">opendons.template_pa_letter</field>
<field name="view_mode">tree,form</field>
</record>
<menuitem
id="opendons_template_pa"
action="template_pa_action"
parent="opendons.recurring_donation_configuration_menu"
sequence="30"
/>
</odoo>