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.
14 lines
496 B
14 lines
496 B
<odoo>
|
|
<data>
|
|
<record id="action_account_invoice_report_all" model="ir.actions.client">
|
|
<field name="name">Account Report</field>
|
|
<field name="tag">invoice_dashboard</field>
|
|
</record>
|
|
|
|
<menuitem name="Dashboard" id="menu_accounting_dashboard" parent="account.menu_finance"
|
|
sequence="0"
|
|
groups="account.group_account_manager"
|
|
action="action_account_invoice_report_all"/>
|
|
|
|
</data>
|
|
</odoo>
|