Skip to content

Commit

Permalink
[REF] prod_catalog_aeroo_report: moving this functionality to sale_ux
Browse files Browse the repository at this point in the history
closes #540

Related: ingadhoc/sale#705
Signed-off-by: Juan Ignacio Rivero <jr@adhoc.com.ar>
  • Loading branch information
matiasperalta1 committed Sep 19, 2023
1 parent 30f7c9b commit bc4d926
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion product_catalog_aeroo_report/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Product Catalog Aeroo Report',
'version': "16.0.1.1.0",
'version': "16.0.1.2.0",
'category': 'Aeroo Reporting',
'sequence': 14,
'summary': '',
Expand Down
Expand Up @@ -29,5 +29,4 @@
</record>

<menuitem id="menu_product_catalog" action="action_product_catalog" parent="sale.menu_sale_report" sequence="20"/>
<menuitem id="menu_product_catalog_reporting" name="Reporting" action="sale.action_order_report_all" parent="sale.menu_sale_report" sequence="20"/>
</odoo>

0 comments on commit bc4d926

Please sign in to comment.