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.
16 lines
358 B
16 lines
358 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
|
|
<menuitem
|
|
icon="STOCK_EXECUTE"
|
|
name="Accounting CSV Export"
|
|
action="action_account_csv_export"
|
|
id="menu_account_csv_export"
|
|
parent="account.menu_finance_reports"
|
|
sequence="110"
|
|
/>
|
|
|
|
|
|
</data>
|
|
</openerp>
|