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.
20 lines
874 B
20 lines
874 B
<odoo>
|
|
<data>
|
|
<record id="action_dynamic_general_ledger" model="ir.actions.client">
|
|
<field name="name">General Ledger Report</field>
|
|
<field name="tag">dynamic.gl</field>
|
|
</record>
|
|
<record id="action_dynamic_trail_balance" model="ir.actions.client">
|
|
<field name="name">Trial Balance Report</field>
|
|
<field name="tag">dynamic.tb</field>
|
|
</record>
|
|
|
|
|
|
<menuitem id="menu_general_ledger_report" sequence="60" action="action_dynamic_general_ledger"
|
|
name="General Ledger" parent="account_dynamic_report" groups="account.group_account_user"/>
|
|
|
|
<menuitem id="menu_trail_balance_report" sequence="60" action="action_dynamic_trail_balance"
|
|
name="Trial Balance" parent="account_dynamic_report" groups="account.group_account_user"/>
|
|
|
|
</data>
|
|
</odoo>
|