Compare commits
5 Commits
24c6b24790
...
ce96c95fa1
| Author | SHA1 | Date |
|---|---|---|
|
|
ce96c95fa1 | |
|
|
31bd225709 | |
|
|
49c5ded955 | |
|
|
534667672a | |
|
|
98684503fd |
|
|
@ -41,6 +41,7 @@ package.json
|
|||
.husky
|
||||
|
||||
# various virtualenv
|
||||
/odoo-venv/
|
||||
/bin/
|
||||
/build/
|
||||
/dist/
|
||||
|
|
|
|||
|
|
@ -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