Skip to content
Snippets Groups Projects
Commit 838d7c01 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[cgscop #178] options no_open no_create sur feuille de temps

parent e00bd7a8
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@
</div>
<group>
<group>
<field name="employee_id" groups="hr_timesheet.group_timesheet_manager"/>
<field name="company_id" groups="base.group_multi_company"/>
<field name="employee_id" groups="hr_timesheet.group_timesheet_manager" options="{'no_open': True, 'no_create': True}"/>
<field name="company_id" groups="base.group_multi_company" options="{'no_open': True, 'no_create': True}"/>
</group>
<group>
<field name="create_date" readonly="1"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment