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.
15 lines
655 B
15 lines
655 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Client actions for the button click-->
|
|
<record id="cash_flow_action" model="ir.actions.client">
|
|
<field name="name">cashflow</field>
|
|
<field name="tag">cash_flow_report_tag</field>
|
|
</record>
|
|
<!-- Menu for the dynamic cashflow statement-->
|
|
<menuitem id="cashflow_menu_root" sequence="19"
|
|
name="Dynamic Cash Flow Statement"
|
|
parent="account.menu_finance_reports"/>
|
|
<menuitem id="cashflow_menu" action="cash_flow_action"
|
|
name="Dynamic Cash Flow Statement" sequence="5"
|
|
parent="cashflow_menu_root"/>
|
|
</odoo>
|
|
|