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.
 
 
 
 

28 lines
1.1 KiB

<odoo>
<record id="payment_transaction_form" model="ir.ui.view">
<field name="name">kalachakra.payment.transaction.form</field>
<field name="model">payment.transaction</field>
<field name="inherit_id" ref="payment.transaction_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='partner_id']" position="after">
<field name="invoice_ids"/>
<field name="donation_ids"/>
<field name="membership_ids"/>
</xpath>
</field>
</record>
<menuitem id="payment_transaction_top_menu" sequence="16"
name="Payment transactions" web_icon="kalachakra_theme,static/src/img/icons/Invoicing.png"
groups="account.group_account_invoice" />
<menuitem id="payment_transaction_title_menu" parent="payment_transaction_top_menu"
sequence="15" name="Payment transactions" groups="account.group_account_invoice"/>
<menuitem id="payment_transaction_menu" action="payment.action_payment_transaction"
parent="payment_transaction_title_menu" groups="account.group_account_invoice"
sequence="10"/>
</odoo>