Skip to content

Commit

Permalink
[FIX] google_calendar: redirect to proper setting
Browse files Browse the repository at this point in the history
Added the context key in action to open the General Setting menu instead of the
first configuration page (e.g. CRM)

Closes odoo#24144
  • Loading branch information
sswapnesh authored and mart-e committed Apr 10, 2018
1 parent 0879cb8 commit d805354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/google_calendar/views/res_config_settings_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<field name="type">ir.actions.act_window</field>
<field name="res_model">res.config.settings</field>
<field name="view_mode">form</field>
<field name="context">{'module' : 'general_settings'}</field>
<field name="target">inline</field>
</record>

Expand Down

0 comments on commit d805354

Please sign in to comment.