Skip to content

Commit

Permalink
Fixing wrong model on ir_actions_server_data
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevhe18 committed Jan 23, 2020
1 parent 7681ab5 commit a367efe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if active_ids:

<record id="hr_overtime_request_compute_timesheet_value" model="ir.values">
<field name="name">Compute Timesheet</field>
<field name="model">ir.sequence</field>
<field name="model">hr.overtime_request</field>
<field name="key2">client_action_multi</field>
<field name="value" eval="'ir.actions.server,' + str(ref('hr_overtime_request_compute_timesheet_action'))" />
</record>
Expand Down

0 comments on commit a367efe

Please sign in to comment.