mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
21 lines
502 B
XML
21 lines
502 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2015 Akretion (http://www.akretion.com/)
|
|
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
The licence is in the file __openerp__.py
|
|
-->
|
|
|
|
<openerp>
|
|
<data>
|
|
|
|
<record id="account_payment.act_done" model="workflow.activity">
|
|
<field name="action">action_done()</field>
|
|
</record>
|
|
|
|
<record id="account_payment.act_cancel" model="workflow.activity">
|
|
<field name="action">action_cancel()</field>
|
|
</record>
|
|
|
|
</data>
|
|
</openerp>
|