gestion des demandes d'évolution pour le centre kalachakra non géré dans les module booking et opendons
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.
 
 
 
 

39 lines
1.3 KiB

<odoo>
<record id="view_kala_donation_form" model="ir.ui.view">
<field name="name">kalachakra.donation.form</field>
<field name="model">donation.donation</field>
<field name="inherit_id" ref="donation.donation_form" />
<field name="arch" type="xml">
<xpath expr="//header" position="inside">
<button name="email_confirmation" type="object" string="Send email confirmation for donation to partner"/>
</xpath>
<xpath expr="//field[@name='payment_mode_id']" position="after">
<field name="invoice_id"/>
<field name="transaction_id"/>
<!-- <field name="state"/> -->
<!-- <field name="state_done"/> -->
</xpath>
</field>
</record>
<record id="view_kala_donation_tree" model="ir.ui.view">
<field name="name">opendons.donation.tree</field>
<field name="model">donation.donation</field>
<field name="inherit_id" ref="donation.donation_tree" />
<field name="arch" type="xml">
<xpath expr="//field[@name='donation_date']" position="after">
<field string="Affectation" name="affectation"/>
</xpath>
</field>
</record>
</odoo>