Browse Source

Apr 18 [FIX] : Bug Fixed 'developer_mode'

pull/313/head
AjmalCybro 1 year ago
parent
commit
d130e12a4e
  1. 2
      developer_mode/__manifest__.py
  2. 2
      developer_mode/controllers/developer_mode.py

2
developer_mode/__manifest__.py

@ -21,7 +21,7 @@
############################################################################# #############################################################################
{ {
'name': "Automatic Developer Mode", 'name': "Automatic Developer Mode",
'version': '17.0.1.0.0', 'version': '17.0.1.0.1',
'category': 'Extra Tools', 'category': 'Extra Tools',
'summary': """Helps to Automatically Activate the Developer Mode""", 'summary': """Helps to Automatically Activate the Developer Mode""",
'description': """This module facilitates the automatic triggering of 'description': """This module facilitates the automatic triggering of

2
developer_mode/controllers/developer_mode.py

@ -39,4 +39,4 @@ class AutoDeveloperMode(Home):
if odoo_technician: if odoo_technician:
return '/web?debug=1' return '/web?debug=1'
else: else:
return '/web' return '/web/login/totp'

Loading…
Cancel
Save