Skip to content

Commit

Permalink
[IMP] sign_oca: Add General settings menu item
Browse files Browse the repository at this point in the history
TT41745
  • Loading branch information
victoralmau committed Oct 11, 2024
1 parent f0ed3af commit cf89aac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sign_oca/wizards/res_config_settings_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,19 @@
</xpath>
</field>
</record>
<record id="sign_oca_general_settings_act_window" model="ir.actions.act_window">
<field name="name">General Settings</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">res.config.settings</field>
<field name="view_mode">form</field>
<field name="target">inline</field>
<field name="context">{'module' : 'sign_oca'}</field>
</record>
<menuitem
name="General settings"
id="sign_oca_general_settings_menu"
parent="sign_oca_settings_menu"
sequence="1"
action="sign_oca_general_settings_act_window"
/>
</odoo>

0 comments on commit cf89aac

Please sign in to comment.