trytond-account_payment_sep.../party.xml

19 lines
768 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="party_view_form">
<field name="model">party.party</field>
<field name="inherit" ref="party.party_view_form"/>
<field name="name">party_form</field>
</record>
<record model="ir.model.button" id="party_calculate_sepa_creditor_identifier_button">
<field name="name">calculate_sepa_creditor_identifier</field>
<field name="string">Calculate SEPA Creditor Identifier</field>
<field name="model" search="[('model', '=', 'party.party')]"/>
</record>
</data>
</tryton>