Skip to content

Commit

Permalink
[FIX] sale_ux: adding sale analisys in new menu item
Browse files Browse the repository at this point in the history
closes #705

Related: ingadhoc/product#540
Signed-off-by: Juan Ignacio Rivero <jr@adhoc.com.ar>
  • Loading branch information
matiasperalta1 committed Sep 19, 2023
1 parent ec2672e commit 4969162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sale_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Sale UX',
'version': "16.0.1.7.0",
'version': "16.0.1.8.0",
'category': 'Sales',
'sequence': 14,
'summary': '',
Expand Down
2 changes: 2 additions & 0 deletions sale_ux/views/sale_order_line_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@
id="menu_sale_order" parent="sale.sale_order_menu"
sequence="2" groups="sales_team.group_sale_salesman,sales_team.group_sale_manager"/>

<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 4969162

Please sign in to comment.