Skip to content

Commit

Permalink
Migration V11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alixcasari committed Sep 19, 2018
1 parent 0dfda95 commit 2c09d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ To enable / disable developer mode from admin's main menu in Odoo

Installation command:

`pip install git+https://github.com/Horanet/toggle_developer_mode.git#egg=odoo10_addon_toggle_developer_mode`
`pip install git+https://github.com/Horanet/toggle_developer_mode.git@11.0.1.0.0#egg=odoo11_addon_toggle_developer_mode`
2 changes: 1 addition & 1 deletion odoo/addons/toggle_developer_mode/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
'name': 'Toggle Developer Mode',
'category': 'Extra Tools',
'version': '10.0.1.1.1',
'version': '11.0.1.0.0',
'summary':
"To enable / disable developer mode from admin's main menu in Odoo",
'description': 'no_warning',
Expand Down

0 comments on commit 2c09d26

Please sign in to comment.