Skip to content

Commit

Permalink
[MIG] disable_odoo_online: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lojanet committed Nov 17, 2023
1 parent 3c38d7a commit bcfe60d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion disable_odoo_online/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Remove odoo.com Bindings",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"author": "Therp BV,GRAP,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-brand",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion disable_odoo_online/i18n/disable_odoo_online.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down
6 changes: 0 additions & 6 deletions disable_odoo_online/views/ir_ui_menu.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="base.menu_module_updates" model="ir.ui.menu">
<field name="parent_id" ref="base.menu_ir_property" />
</record>
<record id="base.module_mi" model="ir.ui.menu">
<field name="parent_id" ref="base.menu_ir_property" />
</record>
<record id="base.menu_theme_store" model="ir.ui.menu">
<field name="parent_id" ref="base.menu_ir_property" />
</record>
Expand Down

0 comments on commit bcfe60d

Please sign in to comment.