Skip to content

Commit

Permalink
Code Review
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda committed Jul 16, 2024
1 parent 4f9819c commit a023cd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contacts_config_menu_moved_right/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright 2022 Numigi (tm) and all its contributors (https://bit.ly/numigiens)
# Copyright 2024 Numigi (tm) and all its contributors (https://bit.ly/numigiens)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
2 changes: 1 addition & 1 deletion contacts_config_menu_moved_right/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Numigi (tm) and all its contributors (https://bit.ly/numigiens)
# Copyright 2024 Numigi (tm) and all its contributors (https://bit.ly/numigiens)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

{

Check warning on line 4 in contacts_config_menu_moved_right/__manifest__.py

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

contacts_config_menu_moved_right/__manifest__.py#L4

Statement seems to have no effect
Expand Down
2 changes: 1 addition & 1 deletion contacts_config_menu_moved_right/views/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<odoo>

<record id="contacts.res_partner_menu_config" model="ir.ui.menu">
<field name="sequence" eval="10000" />
<field name="sequence" eval="100" />
</record>

</odoo>

0 comments on commit a023cd0

Please sign in to comment.