Compare commits
No commits in common. "ce96c95fa1077c310ec9ec759d88bd328189da88" and "24c6b2479053f1c55d13bc0092885ee7365b84b6" have entirely different histories.
ce96c95fa1
...
24c6b24790
|
|
@ -41,7 +41,6 @@ package.json
|
|||
.husky
|
||||
|
||||
# various virtualenv
|
||||
/odoo-venv/
|
||||
/bin/
|
||||
/build/
|
||||
/dist/
|
||||
|
|
|
|||
|
|
@ -19,4 +19,23 @@
|
|||
</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