Merge branch 'feature/odoo18' into develop
This commit is contained in:
commit
31bd225709
|
|
@ -19,23 +19,4 @@
|
|||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
<record id="action_hr_employee_appraisal_configuration" model="ir.actions.act_window">
|
||||
<field name="name">Settings</field>
|
||||
<field name="res_model">res.config.settings</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">inline</field>
|
||||
<field name="context">{'module' : 'hr_appraisal', 'bin_size': False}</field>
|
||||
</record>
|
||||
|
||||
<menuitem
|
||||
id="menu_hr_appraisal_global_settings"
|
||||
name="Settings"
|
||||
parent="hr_employee_appraisal.menu_configurations"
|
||||
sequence="0"
|
||||
action="hr_employee_appraisal.action_hr_employee_appraisal_configuration"
|
||||
groups="base.group_system"/>
|
||||
|
||||
|
||||
</odoo>
|
||||
|
|
|
|||
Loading…
Reference in New Issue