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.
 
 

40 lines
1.4 KiB

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="donation_thanks_template_form" model="ir.ui.view">
<field name="name">opendons.donation.form</field>
<field name="model">donation.thanks.template</field>
<field name="inherit_id" ref="donation.donation_thanks_template_form" />
<field name="arch" type="xml">
<xpath expr="//group[@name='main']" position="replace">
<group name="main">
<field name="active" invisible="1" />
<field name="name" />
<field name="type_id" />
<field name="product_id" />
<field name="html_content" />
<field name="company_id" groups="base.group_multi_company" />
</group>
</xpath>
</field>
</record>
<record id="donation_thanks_template_tree" model="ir.ui.view">
<field name="name">opendons.donation.form</field>
<field name="model">donation.thanks.template</field>
<field name="inherit_id" ref="donation.donation_thanks_template_tree" />
<field name="arch" type="xml">
<xpath expr="//field[@name='name']" position="after">
<field name="type_id" />
</xpath>
</field>
</record>
</odoo>