Skip to content

Commit

Permalink
[FIX] agreement_sale: Don't move menus, as it gives inconsistencies w…
Browse files Browse the repository at this point in the history
…ith other modules
  • Loading branch information
etobella committed Jan 10, 2025
1 parent 6aba33e commit 3f837a3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions agreement_sale/views/agreement_menu.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<odoo>
<menuitem
id="agreement.agreement_menu"
action="agreement.agreement_action"
parent="sale.menu_sale_config"
sequence="100"
/>
<menuitem
id="agreement.agreement_type_menu"
id="agreement_type_menu"
action="agreement.agreement_type_action"
parent="sale.menu_sale_config"
sequence="101"
Expand Down

0 comments on commit 3f837a3

Please sign in to comment.