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.
12 lines
385 B
12 lines
385 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<record id="purchase_all_report_action" model="ir.actions.client">
|
|
<field name="name">Purchase Report</field>
|
|
<field name="tag">pu_r</field>
|
|
</record>
|
|
|
|
<menuitem action="purchase_all_report_action" parent="purchase.purchase_report"
|
|
id="purchase_report_sub_menu"
|
|
name="Purchase Report"/>
|
|
|
|
</odoo>
|