mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 20:22:03 +00:00
13 lines
248 B
XML
13 lines
248 B
XML
<?xml version="1.0" ?>
|
|
<odoo>
|
|
|
|
<menuitem
|
|
id="ebics_batch_log_menu"
|
|
name="EBICS Batch Import Logs"
|
|
parent="account_ebics.ebics_processing_menu"
|
|
action="ebics_batch_log_action"
|
|
sequence="100"
|
|
/>
|
|
|
|
</odoo>
|