Skip to content

Commit

Permalink
[FIX] sale_exception: Menu location (OCA#719)
Browse files Browse the repository at this point in the history
Currently, it's located at the root menu because. It's a migration bug because the old menu was removed from 11.0.
  • Loading branch information
ivantodorovich authored and bizzappdev committed Nov 11, 2020
1 parent 22eea99 commit 4e272f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion sale_exception/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
'name': 'Sale Exception',
'summary': 'Custom exceptions on sale order',
'version': '11.0.1.0.0',
'version': '11.0.1.1.0',
'category': 'Generic Modules/Sale',
'author': "Akretion, "
"Sodexis, "
Expand Down
12 changes: 2 additions & 10 deletions sale_exception/views/sale_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,13 @@
<field name="context">{'active_test': False, 'default_rule_group' : 'sale'}</field>
</record>

<menuitem
id="menu_sale_exception_parent"
parent="sales_team.menu_sale_config"
sequence="20"
name="Exceptions"
/>


<menuitem
action="action_sale_test_tree"
id="menu_sale_test"
parent="menu_sale_exception_parent"
sequence="90"
parent="sale.menu_sales_config"
/>


<record id="view_order_form" model="ir.ui.view">
<field name="name">sale_exception.view_order_form</field>
<field name="model">sale.order</field>
Expand Down

0 comments on commit 4e272f8

Please sign in to comment.