minor fix report

This commit is contained in:
wilson gomez 2021-09-27 10:32:58 -05:00
parent 597471c0bb
commit 4663bfc83b

View file

@ -4,9 +4,6 @@ The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<menuitem parent="purchase.menu_purchase" id="menu_purchase_reporting"
name="Reporting" sequence="180" icon="tryton-folder"/>
<record model="ir.ui.view" id="print_purchase_suggested_report_start_view_form">
<field name="model">purchase_suggested.purchase_suggested_report.start</field>
<field name="type">form</field>
@ -27,7 +24,7 @@ copyright notices and license terms. -->
<field name="translatable">False</field>
</record>
<menuitem parent="menu_purchase_reporting" sequence="10"
<menuitem parent="account_col.menu_purchase_reporting" sequence="10"
action="wizard_purchase_suggested_report" id="menu_purchase_suggested_report"/>
<record model="ir.ui.view" id="create_purchase_suggested_view_form">